✨ Features
- Improve macros (#953) @tobymao
- Optional rendered query and columns-to-types mapping (#996) @izeigerman
🪲 Bug fixes
- Render values stored in dbt variables before using them (#992) @izeigerman
- Skip validation of partition keys when there SELECT * in the rendered query (#1000) @izeigerman
- Pass engine adapter when deciding whether the view should be re-created @izeigerman
- Correctly render non-string dbt variables (#1009) @izeigerman
- Take the current package into account when trimming jinja macros (#1010) @izeigerman
- Extraction of variables that belong to the target package (#1012) @izeigerman
- (macros) Ensure @filter condition is evaluated (#1020) @georgesittas
- Allow SELECT * in models that reference external tables (#1007) @izeigerman
🛠️ Refactor
🧹 Chore
- Add a unit test for the models_exist API of State Sync @izeigerman
- Bump sqlglot to v16.3.0 (#1001) @georgesittas
- Fix mypy type hints in test_duckdb (#1006) @georgesittas