This is a bugfix release that tracks dbt v0.17.1. It includes no changes to plugin-specific functionality.
Noteworthy changes
- dbt-core: dbt native rendering is no longer enabled by default, as it was in v0.17.0. It requires the use of opt-in filters:
as_native,as_bool, andas_number. This resolved a v0.17.0 regression for numericorganizationwhen connecting to Azure Databricks. (#2612, #2618) - dbt-docs: Fix appearance of relation names with null databases (i.e. all Spark projects) (#96)