You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
dbt-codegen v0.7.0
🚨 Breaking change
Add support for including description placeholders for the source and table, which changes the behavior of generate_source when include_descriptions is set to True. Previous logic only created description placeholders for the columns (#64, #66)
New features
Add optional table_names arg to generate_source (#50, #51)
Add support for importing descriptions from columns with the same names in upstream models. It is available by setting the parameter upstream_descriptions to True in generate_model_yaml (#61)
Added case_sensitive_cols argument to generate_base_model macro (#63)
Add optional name arg to generate_source (#64, #66)
Fixes
generate_model_yaml now correctly handles nested (STRUCT) fields in BigQuery (#27, #54)