Skip to content

Releases: dbt-labs/dbt-core

dbt-core v1.6.6

11 Oct 18:40
Compare
Choose a tag to compare

dbt-core 1.6.6 - October 11, 2023

Features

  • Support fill_nulls_with and join_to_timespine for metric nodes (#8593)

Fixes

  • Add connection status into list of statuses for dbt debug (#8350)
  • Support global flags passed in after subcommands (#6497)
  • Regenerate the v10 manifest jsonschema (#8763)
  • Foreign key constraint on incremental model results in Database Error (#8022)
  • Support docs blocks on versioned model column descriptions (#8540)
  • Enable seeds to be handled from stored manifest data (#6875)
  • Override path-like args in dbt retry (#8682)
  • Group updates on unmodified nodes are handled gracefully for state:modified (#8371)

Under the Hood

  • add a test for ephemeral cte injection (#8225)

dbt-core v1.5.8

11 Oct 18:00
Compare
Choose a tag to compare

dbt-core 1.5.8 - October 11, 2023

Fixes

  • Support global flags passed in after subcommands (#6497)
  • Foreign key constraint on incremental model results in Database Error (#8022)
  • Support docs blocks on versioned model column descriptions (#8540)
  • Enable seeds to be handled from stored manifest data (#6875)
  • Group updates on unmodified nodes are handled gracefully for state:modified (#8371)

dbt-core v1.4.9

11 Oct 19:07
Compare
Choose a tag to compare

dbt-core 1.4.9 - October 11, 2023

Fixes

  • Enable seeds to be handled from stored manifest data (#6875)

dbt-core v1.3.7

11 Oct 19:01
Compare
Choose a tag to compare

dbt-core 1.3.7 - October 11, 2023

Fixes

  • Enable seeds to be handled from stored manifest data (#6875)

dbt-core v1.6.5

02 Oct 18:01
Compare
Choose a tag to compare

dbt-core 1.6.5 - October 02, 2023

Fixes

  • Fix tag selection for projects with semantic models (#8749)

dbt-core v1.6.4

28 Sep 21:47
Compare
Choose a tag to compare

dbt-core 1.6.4 - September 28, 2023

Features

  • Add support for optional label in semantic_models, measures, dimensions and entities. (#8595)

Fixes

  • update dbt show to include limit in DWH query (#8496,, #8417)
  • Support quoted parameter list for MultiOption CLI options. (#8598)
  • Fixes test type edges filter (#8692)
  • semantic models in graph selection (#8589)
  • Support doc blocks in nested semantic model YAML (#8509)
  • avoid double-rendering sql_header in dbt show (#8739)

Contributors

dbt-core v1.5.7

28 Sep 22:37
Compare
Choose a tag to compare

dbt-core 1.5.7 - September 28, 2023

Features

  • Accept a dbt-cloud config in dbt_project.yml (#8438)

Fixes

  • Fix snapshot success message (#7583)
  • update dbt show to include limit in DWH query (#8496,, #8417)
  • Support quoted parameter list for MultiOption CLI options. (#8598)
  • avoid double-rendering sql_header in dbt show (#8739)

dbt-core v1.4.8

20 Sep 19:40
Compare
Choose a tag to compare

dbt-core 1.4.8 - September 20, 2023

Fixes

  • Exclude password fields from Jinja rendering. (#7629)
  • Fix snapshot success message (#7583)

dbt-core v1.3.6

20 Sep 19:34
Compare
Choose a tag to compare

dbt-core 1.3.6 - September 20, 2023

Fixes

  • Exclude password fields from Jinja rendering. (#7629)

dbt-core v1.6.3

19 Sep 19:13
Compare
Choose a tag to compare

dbt-core 1.6.3 - September 19, 2023

Features

  • Add --no-inject-ephemeral-ctes flag for compile command, for usage by linting. (#8480)

Fixes

  • Add explicit support for integers for the show command (#8153)
  • make version comparison insensitive to order (#8571)

Under the Hood

  • Fix test_numeric_values to look for more specific strings (#8470)

Contributors