:broom: Chore * Add materialized view test (1453) eakmanrq
0.32.2
Not secure
:beetle: Bug fixes * Allow fixtures to have fewer columns than model defs (1447) tobymao * Sushi marketing udated_at dates were becoming mixed types tobymao * Do not hydrate snapshots with intervals when deleting expired snapshots (1454) izeigerman
0.32.1
Not secure
:beetle: Bug fixes * Interval unit validation when loading the model definition from cache (1445) izeigerman * **(snowflake)** Private_key should be bytes, update docs (1444) tobymao * Partition a temporary table when insert-overwriting by partition in BQ (1449) izeigerman * Add an alias to a subquery of ordered projections (1450) izeigerman
0.32.0
Not secure
:sparkles: 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
:beetle: 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
:broom: Chore * Update documentation for MWAA support to reflect recent changes (1431) izeigerman * Wrap JSON strings with PARSE_JSON() in values (1430) vchan
:alien: Other * Format bullets and wordsmith (1426) treysp * Document python-based SQL models (1423) GeorgeSittas * Expand metrics docs (1428) treysp * Clarify named gateway keys in configuration reference (1432) treysp * Add model configuration reference page (1401) treysp * Fix typo (1437) GeorgeSittas
0.31.4
Not secure
:beetle: Bug fixes * Connection config parsing on the Airflow side (1439) izeigerman