:beetle: Bug fixes * Rendering of the allow_partials attribute (1502) izeigerman
:broom: Chore * Make the debug mode easier to use (1501) izeigerman
0.35.0
:beetle: Bug fixes * Bump sqlglot to v18.10.1 (1498) GeorgeSittas
:alien: Other * Change quickstart dialect to duckdb (1497) treysp
0.34.3
:beetle: Bug fixes * Bump sqlglot to v18.9.0 (1494) GeorgeSittas
0.34.2
:beetle: Bug fixes * Drop state tables during rollback when first migration fails (1484) vchan * Commit transaction from pandas read sql query (1492) eakmanrq * Fix scd type 2 replace query mixin (1491) eakmanrq * Only use columns_to_types if annotated (1493) eakmanrq
:alien: Other * Specify MIME types for javascript and css files (1490) vchan
0.34.1
:sparkles: Features * Use the latest prod interval as an end date for dev plans (1480) izeigerman * Support custom session properties in the Spark Submit Airflow operator (1482) izeigerman * Support expressions when selecting models for restatement (1486) izeigerman
:beetle: Bug fixes * Pin the snowflake connector dependency (1489) izeigerman * Show column descriptions for unaliased columns in UI (1487) treysp * Example project tobymao
:broom: Chore * Fix build izeigerman * Document the 'allow_partials' attribute in the model definition (1485) izeigerman * Extend the docs for allow_partials izeigerman