Skip to main content

Behavior change: no spaces in resource names

In dbt Core 1.8, we introduced the require_resource_names_without_spaces flag, which is opt-in and disabled by default. If set to True, dbt will raise an exception if it finds a resource name containing a space in your project or an installed package. This will become the default in a future version of dbt. For more details about this flag, refer to No spaces in resource names.

Refer to Behavior change flags to learn more about how we use behavior change flags.

0