✨ Features
- Use proper
MERGEstatement for Fabric instead of the logical equivalent (#5586) @mattiasthalen - NoMissingUnitTest linter rule (#5294) @cmgoffena13
- Add support for METADATA_SCHEMA in ducklake config.yml (#5616) @georgesittas
🪲 Bug fixes
- Always sort Python model dfs in unit tests (#5575) @georgesittas
- Support of the null meta config in dbt model / source definitions (#5598) @izeigerman
- Include column types in Databricks materialized views with comments (#5578) @afredojala
- (fabric) Alter table workaround (#5511) @fresioAS
- (databricks) Add column type only along materialized view comments (#5617) @themisvaltinos
- Embedded Model Type Should Not Accept Any Audit (#5577) @bearInTheRoad
- CI/CD Bot exit early before applying plan on unmergeable PR (#5590) @bcrant
- Use categorization config in cicd bot environment summary (#5622) @themisvaltinos
- Include staged changes in the git selector (#5624) @themisvaltinos
🧹 Chore
- (deps) Bump actions/setup-python from 5 to 6 (#5322) @dependabot[bot]
- (deps) Bump astral-sh/setup-uv from 6 to 7 (#5537) @dependabot[bot]
- (deps) Bump actions/setup-node from 4 to 6 (#5553) @dependabot[bot]
- Clean up unit test selection (#5615) @georgesittas
- (deps) Bump actions/upload-artifact from 4 to 5 (#5564) @dependabot[bot]
- Disable snowflake tests temporarily (#5620) @erindru
- Remove dbt from sqlmesh tests package (#5626) @eakmanrq
👽 Other
- Fix benchmark running (#5570) @benfdking
- Fix set
invalidate_hard_deletesdefault toFalsein SCD Type 2 models (#5596) @nnowicki