✨ Features
- Introduce
sqlmesh clean
command (#2170) @jacksenechal - Add mode flag to ui cli command and toggle modules (#2113) @mykalmax
- Log BigQuery job details link (#2177) @plaflamme
- Support dbt-formatted projects on MSSQL/sqlserver engine (#2175) @treysp
- Support custom Virtual Warehouses for Snowflake (#2185) @izeigerman
- Support the Snowflake Warehouse model config for dbt projects (#2189) @izeigerman
- Dbt multi repo (#2168) @tobymao
🪲 Bug fixes
- Remove not allowed change categories (#2171) @mykalmax
- Delay when sending query by pressing Ctrl-Enter (#2172) @mykalmax
- Remove the 'hash_raw_query' attribute (#2173) @izeigerman
- Fix tests that import dbt adapter libraries (#2180) @treysp
- Unexpected backfill when the parent model's cron is before its child's (#2179) @izeigerman
- Correct slack block with multiple fields (#2183) @plaflamme
- A negative number of macros when running 'sqlmesh info' for dbt projects (#2186) @izeigerman
- Bump the batch size for object names when fetching data objects in the engine adapter @izeigerman
- Propogate false and limit to every select as some queries do not have sufficient predicate pushdown (#2187) @tobymao
- Temporarily unwrap sushi.customers's query again (#2191) @georgesittas
- Don't check previous versions when checking whether the snapshot is unrevertable (#2195) @izeigerman
- Clean up lineage styling (#2192) @mykalmax
- Correctly extract catalog name for table properties expression builder (#2196) @treysp
🧹 Chore
- Remove redundant processing of downstream nodes (#2167) @vchan
- Add grain to item_d @tobymao
- Pin cryptography (#2176) @eakmanrq
- ! bump sqlglot to v22.0.1 (got rid of Subqueryable, Unionable) (#2174) @georgesittas
- Tests that import dbt adapters run on CI/CD only (#2190) @treysp
- Fix links in trino doc (#2193) @eakmanrq
- Bump sqlglot to v22.1.1 (#2194) @georgesittas
- Simplify lineage (#2166) @vchan