dbt-core 1.5.1 - May 30, 2023
Fixes
- fix typo in unpacking statically parsed ref (#7364)
- 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)
- Allow missing
profiles.yml
fordbt deps
anddbt init
(#7511) - Do not rewrite manifest.json during 'docs serve' command (#7553)
- Pin protobuf to greater than 4.0.0 (#7565)
- Throw error for duplicated versioned and unversioned models (#7487)
- Fix: Relative project paths weren't working with deps (#7491)
- Fall back if rendering the password field fails. (#7629)
- Stringify flag paths for Jinja context (#7495)
Under the Hood
- Remove legacy file logger code (#NA)