Skip to content

Releases: SQLMesh/sqlmesh

v0.57.0

30 Nov 01:43
2107a25

Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

v0.56.4

24 Nov 22:49
b82bb12

Choose a tag to compare

🪲 Bug fixes

v0.56.3

23 Nov 17:47
c715d83

Choose a tag to compare

👽 Other

v0.56.2

23 Nov 01:12
16bf9fc

Choose a tag to compare

✨ Features

  • Allow passing config to context with expected type (#1748) @z3z1ma

🪲 Bug fixes

🧹 Chore

v0.56.1

21 Nov 18:10
9a5a34d

Choose a tag to compare

✨ Features

  • Allow omitting output columns in unit tests, add docs (#1734) @georgesittas
  • Add ability to configure the Airflow scheduler with an external state connection (#1744) @izeigerman
  • Add ability to disable generation of cadence DAGs in Airflow (#1737) @izeigerman
  • Show only relevant columns (as DataFrames) when unit tests fail (#1741) @georgesittas

🪲 Bug fixes

  • Don't check for dialects when they are already known (#1738) @tobymao
  • (mssql) Bulk copy fails for timestamps with tz (#1685) @treysp
  • Include the external sensor operator for relevant snapshots as part of the plan DAG (#1739) @izeigerman
  • Fix issue where run failure does not always notify (#1740) @vchan
  • Batch up snapshot IDs when sending them to the Airflow Webserver as part of a GET request (#1742) @izeigerman

🧹 Chore

  • Minor refactor in the Airflow integration code @izeigerman
  • Fix quoting in sushi python model fetchdf calls (#1723) @treysp

👽 Other

v0.56.0

17 Nov 18:02
0e6ef73

Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Include old snapshot into the previous versions of the migrated snapshot (#1732) @izeigerman
  • Pass table properties when replacing a query in the Spark engine adapter (#1736) @izeigerman

🧹 Chore

👽 Other

v0.55.0

16 Nov 21:55
4969b72

Choose a tag to compare

🪲 Bug fixes

🧹 Chore

v0.54.0

15 Nov 19:24
510878a

Choose a tag to compare

🪲 Bug fixes

  • Improve performance of fetching the cache by using a simpler sql gen method (#1716) @tobymao
  • Remove auto expansion in render of unpushed snapshots (#1715) @tobymao
  • Print evaluation failures into the log and not just console (#1719) @izeigerman
  • Pass table properties when recreating a table for the full model kind (#1721) @izeigerman

👽 Other

  • Redshift does not support CTAS if not exists (#1717) @treysp

v0.53.2

14 Nov 23:42
29709cb

Choose a tag to compare

🪲 Bug fixes

  • Sanitize the snapshot name when generating an Airflow DAG ID (#1713) @izeigerman

v0.53.1

14 Nov 22:14
95fabfc

Choose a tag to compare

🪲 Bug fixes

  • Not all queries are renderable (#1710) @tobymao
  • Make sure there is only one copy of a new snapshot with the same ID when migration snapshot rows (#1712) @izeigerman

🧹 Chore

  • Update testing docs to show overriding time macros @tobymao