✨ Features
- Display tests report (#729) @mykalmax
- [dbt] Support incremental_by_unique_key when unique_key defined with no incremental_strategy (#731) @crericha
- Add execution config for BigQuery (#732) @eakmanrq
- Introduce the caching layer when loading SQL models (#733) @izeigerman
- Column-level lineage (#663) @mykalmax
- Lookback windows closes #728 (#736) @tobymao
- Add dialect to cli render closes #741 @tobymao
- Add lookback to dbt projects (#760) @crericha
- Highlight know columns in editor (#761) @mykalmax
🪲 Bug fixes
- Fix links (#739) @crericha
- Clarify in docs that type casting in a model's query is not mandatory (#742) @izeigerman
- Drop view in order to replace it when using Postgres (#751) @izeigerman
- Explicitly set the end and the latest dates in the Airflow end-to-end test @izeigerman
- Enable logging in CLI when the debug mode is enabled @izeigerman
- Clean-up target defaults (#735) @crericha
- Dbt hook yaml formats, duplicate yaml keys, and sources without tables (#745) @crericha
- Apply lookback window to the data interval start date when running a cadence DAG in Airflow (#759) @izeigerman
- Allow empty files in models folder and refetch lineage on model file change (#746) @mykalmax
- Selecting column in lineage (#766) @mykalmax
- Migrate table schemas only for snapshots with the FORWARD_ONLY category explicitly assigned (#763) @izeigerman
- Introduce environment finalization (#764) @izeigerman
- Airflow integration test by assigning a change category correctly @izeigerman
🧹 Chore
- Add ability to enable a debug mode (#743) @izeigerman
- Add the 'info' command to CLI (#744) @izeigerman
- Move batch_size inside kind. BREAKING CHANGE. (#749) @tobymao
- Update vm2 version (#747) @mykalmax
- Delete project cache before using in a test (#762) @crericha
👽 Other
- Updated notebook.md (#734) @ShanksData
- Fixed typo (#738) @AlessandroLollo
- Add bigquery storage dependency (#756) @eakmanrq
- Add Postgres to engine configuration list (#755) @jared-rimmer
- Remove pg keep_alives default (#758) @eakmanrq
- Update tests @tobymao
- Update slack links @tobymao
- Update slack link (#767) @vchan