What's Changed
Changed functionality
- 🚨 (Almost all) cross-db macros are now implemented in dbt Core instead of dbt-utils. A backwards-compatibility layer remains for now and will be removed in dbt utils 1.0 later this year. Completed by @dbeatty10 and @jtcohen6 in #597, #586 and #615
- See #487 for further discussion on the backstory
- If you are a package maintainer with a dependency on these macros, prepare for their removal by switching to
{{ dbt.some_macro() }}
. Refer to #package-ecosystem in the Community Slack for further assistance
- Feature: Add option to remove the
source_column_name
on theunion_relations
macro by @christineberger in #624
Fixes
- Use adapter.quote() instead of hardcoded BQ quoting for get_table_types_sql by @alla-bongard in #636
Documentation
- standardize yml indentation under the 'models:' line on the README by @leoebfolsom in #613
- Use MADR 3.0.0 for formatting decision records by @dbeatty10 in #614
- Docs cleanup by @dbeatty10 in #620
- Add not_accepted_values to README ToC by @david-beallor in #646
New Contributors
- @leoebfolsom made their first contribution in #613
- @christineberger made their first contribution in #624
- @alla-bongard made their first contribution in #636
- @david-beallor made their first contribution in #646
Full Changelog: 0.8.6...0.9.0