dbt-core 1.6.2 - September 07, 2023
Breaking Changes
- Removed the FirstRunResultError and AfterFirstRunResultError event types, using the existing RunResultError in their place. (#7963)
Features
- Accept a
dbt-cloud
config in dbt_project.yml (#8438)
Fixes
- Copy dir during
dbt deps
if symlink fails (#7428, #8223) - fix ambiguous reference error for tests and versions when model name is duplicated across packages (#8327, #8493)
- Fix "Internal Error: Expected node not found in manifest" when depends_on set on ModelNodeArgs (#8506)
- Fix snapshot success message (#7583)
- Parse the correct schema version from manifest (#8544)