github dbt-labs/dbt-codegen 0.7.0

latest releases: v0.13.0b1, v0.13.0-b1, 0.12.1...
2 years ago

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:

Don't miss a new dbt-codegen release

NewReleases is sending notifications on new releases.