dbt-core 1.6.0-rc2 - July 28, 2023
Fixes
- Copy target_schema from config into snapshot node (#6745)
- Enable converting deprecation warnings to errors (#8130)
- Ensure
warn_error_options
get serialized ininvocation_args_dict
(#7694) - Stop detecting materialization macros based on macro name (#6231)
- Improve handling of CTE injection with ephemeral models (#8213)
- Fix unbound local variable error in
checked_agg_time_dimension_for_measure
(#8230) - Ensure runtime errors are raised for graph runnable tasks (compile, show, run, etc) (#8166)
Docs
- Remove static SQL codeblock for metrics (dbt-docs/#436)
Under the Hood
- A way to control maxBytes for a single dbt.log file (#8199)
Dependencies
- Update pin for click<9 (#8232)
- Add upper bound to sqlparse pin of <0.5 (#8236)
- Support dbt-semantic-interfaces 0.2.0 (#8250)