✨ Features
- Make all incremental models in a dbt project forward-only by default (#1303) @izeigerman
- Add model to promote (#1292) @eakmanrq
🪲 Bug fixes
- Make file watcher ignore local db updates (#1306) @mykalmax
- Correctly check schema names when cleaning up (#1304) @eakmanrq
- Respect plan
include-unmodified
flag when no model changes (#1296) @treysp - Display column description + display model references in docs (#1305) @mykalmax
- Remove debounce async (#1308) @mykalmax
- CLI table-diff styling (#1313) @treysp
- Table properties serde (#1310) @eakmanrq
- Styling updates for table and table-diff (#1312) @mykalmax
- Dbt-redshift 1.6 removed column class specialization (#1320) @crericha
- Format model on save (#1309) @mykalmax
- Use full file path to get model from path_to_model_mapping (#1321) @mykalmax
- Support latest Pydantic V2 version in tests (#1325) @izeigerman
- Fetch column types if the type is unknown for a partition column in the BQ engine adapter (#1326) @izeigerman
🧹 Chore
- Add the Delegating State Sync base class to simplify downstream implementations (#1316) @izeigerman