🪲 Bug fixes
- Restatement of incremental_by_partition models can only cover the full history @izeigerman
- Add tests that validate correctness of data previews in dev for models which only support full history restatement (#2740) @izeigerman
- Skip preview for metadata-only changes (#2741) @izeigerman
- Make sure physical tables are recreated for seed models after a failure occurs during the table creation (#2742) @izeigerman
- Detection of referenced variables in Python SQL models (#2743) @izeigerman
🧹 Chore
- Fix engine adapter tests @izeigerman
- Bump sqlglot to 24.1.3 (#2744) @izeigerman