Releases: dbt-labs/dbt-core
Releases · dbt-labs/dbt-core
dbt-core v1.6.6
dbt-core 1.6.6 - October 11, 2023
Features
- Support
fill_nulls_with
andjoin_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
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
dbt-core 1.4.9 - October 11, 2023
Fixes
- Enable seeds to be handled from stored manifest data (#6875)
dbt-core v1.3.7
dbt-core 1.3.7 - October 11, 2023
Fixes
- Enable seeds to be handled from stored manifest data (#6875)
dbt-core v1.6.5
dbt-core v1.6.4
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
dbt-core 1.5.7 - September 28, 2023
Features
- Accept a
dbt-cloud
config in dbt_project.yml (#8438)
Fixes
dbt-core v1.4.8
dbt-core v1.3.6
dbt-core v1.6.3
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)