dbt-core v1.6.0b8
Pre-release
Pre-release
dbt-core 1.6.0-b8 - June 30, 2023
Features
- This change adds new selector methods to the state selector. Namely, state:unmodified and state:old. (#7564)
- dbt clone (#7258)
- Support '_'-delimited fqn matching for versioned models and matching on Path.stem for path selection (#7639)
- Store time_spline table configuration in semantic manifest (#7938)
Fixes
- Fix CTE insertion position when the model uses WITH RECURSIVE (#7350)
- Unified to UTC (#7664)
- Remove limitation on use of sqlparse 0.4.4 (#7515)
- Move project_root contextvar into events.contextvars (#7937)
- Fix typo in ModelNodeArgs (#7991)
- Allow on_schema_change = fail for contracted incremental models (#7975)
Docs
- add note before running integration tests (dbt-docs/#nothing)
Under the Hood
- Populate metric input measures (#7884)