dbt-core 1.6.0-b1 - May 12, 2023
Features
- Skip catalog generation (#6980)
- Publication artifacts and cross-project ref (#7227)
- Add graph structure summaries to target path output (#7357)
- Allow duplicate manifest node (models, seeds, analyses, snapshots) names across packages (#7446)
- Detect breaking changes to enforced constraints (#7065)
- Check for project dependency cycles (#7468)
Fixes
- Persist timing info in run results for failed nodes (#5476)
- fix typo in unpacking statically parsed ref (#7364)
- safe version attribute access in _check_resource_uniqueness (#7375)
- Fix dbt command missing target-path param ([# 7411](https://github.com/dbt-labs/dbt-core/issues/ 7411))
- Fix v0 ref resolution (#7408)
- Add --target-path to dbt snapshot command. (#7418)
- dbt build selection of tests' descendants (#7289)
- fix groupable node partial parsing, raise DbtReferenceError at runtime for safety (#7437)
- Fix partial parsing of latest_version changes for downstream references (#7369)
- Use "add_node" to update depends_on.nodes (#7453)
- Fix var precedence in configs: root vars override package vars (#6705)
- Fix inverted
--print/--no-print
flag (#7517) - Back-compat for previous return type of 'collect_freshness' macro (#7489)
- print model version in dbt show if specified (#7407)
- enable dbt show for seeds (#7273)
- push down limit filtering to adapter (#7390)
- Allow missing
profiles.yml
fordbt deps
anddbt init
(#7511) run_results.json
is now written after every node completes. (#7302)- Do not rewrite manifest.json during 'docs serve' command (#7553)
- Pin protobuf to greater than 4.0.0 (#7565)
- inject sql header in query for show (#7413)
- Pin urllib3 to ~=1.0 (#7573)
- Throw error for duplicated versioned and unversioned models (#7487)
Under the Hood
- Update docs link in ContractBreakingChangeError message (#7366)
- Reduce memory footprint of cached statement results. (#7281)
- Remove noisy parsing events: GenericTestFileParse, MacroFileParse, Note events for static model parsing (#6671)
- Update --help text for cache-related parameters (#7381)
- Small UX improvements to model versions: Support defining latest_version in unsuffixed file by default. Notify on unpinned ref when a prerelease version is available. (#7443)