✨ Features
- Add new table_format property alongside storage_format (#3175) @erindru
- Support column types for dbt seeds (#3172) @Themiscodes
- Bot commands that run a single step raise on failure (#3195) @eakmanrq
🪲 Bug fixes
- Properly convert nested types to BQ schema (#3185) @plaflamme
- More perf by offloading mork work to cores (#3189) @tobymao
- (bigquery) Materialized views do not support column comments (#3166) @treysp
- Correctly use execution time on new rows for scd type 2 by column (#3192) @eakmanrq
- Invalidate the optimized query cache entry when a macro definition changes within the model model definition (#3194) @izeigerman
- (bigquery) Fix BQ materialized view column comments (#3193) @treysp
🧹 Chore
- Include MSSQL into the list of engines recommended for storing SQLMesh state (#3183) @izeigerman
- Reorganize engine adapter integration tests (#3188) @erindru
- Bump sqlglot to v25.24.0, exclude sqlglot.diff Keep nodes (#3191) @georgesittas
👽 Other
- Support for BigQuery quota project (#3182) @Kayrnt
- Allow clickhouse connection pool (#3187) @ravenac95