Skip to content

0.7.0

Compare
Choose a tag to compare
@dbeatty10 dbeatty10 released this 23 Jun 14:15
· 112 commits to main since this release
81eb311

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)

Contributors: