dbt-core v1.4.2rc1
Pre-release
Pre-release
dbt-core 1.4.2-rc1 - February 15, 2023
Fixes
- Sort cli vars before hashing for partial parsing (#6710)
- Remove pin on packaging and stop using it for prerelease comparisons (#6834)
- Readd depends_on.macros to SeedNode, to support seeds with hooks calling macros (#6806)
- Fix regression of --quiet cli parameter behavior (#6749)
- Ensure results from hooks contain nodes when processing them (#6796)
- Always flush stdout after logging (#6901)
- Set relation_name in test nodes at compile time (#6930)
- Fix disabled definition in WritableManifest (#6752)
Docs
- Fix JSON path to overview docs (dbt-docs/#366)