✨ Features
- Support plan applications with MWAA (#1429) @izeigerman
- Add support for csv_settings in SeedModel kind (#1442) @georgesittas
- Support CSV parser settings for seed models (#1443) @izeigerman
🪲 Bug fixes
- Clear context audit dicts before reloading audits (#1427) @crericha
- Allow udt DataType.building for dialects that support UDTs (#1438) @georgesittas
- Connection config parsing on the Airflow side (#1439) @izeigerman
- Omit materialized view schema for engines that don't support it (#1440) @georgesittas
- Correctly drop materialized views (#1441) @izeigerman
- Create schemas sequentially when evaluating or promoting snapshots (#1433) @izeigerman
🧹 Chore
- Update documentation for MWAA support to reflect recent changes (#1431) @izeigerman
- Wrap JSON strings with PARSE_JSON() in values (#1430) @vchan