Skip to content

Releases: SQLMesh/sqlmesh

v0.53.0

14 Nov 19:36
8facd76

Choose a tag to compare

🪲 Bug fixes

🧹 Chore

v0.52.0

13 Nov 16:55
604c7c6

Choose a tag to compare

✨ Features

  • Allow hiding text diffs in plan with --no-diff (#1694) @tobymao
  • Support model selection for backfilling when running a plan against a dev environment (#1692) @izeigerman

🪲 Bug fixes

🧹 Chore

v0.51.1

10 Nov 19:15
87ea03c

Choose a tag to compare

🪲 Bug fixes

v0.51.0

10 Nov 02:36
e3fc7f8

Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

v0.50.1

08 Nov 23:11
a028836

Choose a tag to compare

🪲 Bug fixes

  • In dbt adapter normalize the model name before checking the table mapping (#1680) @izeigerman
  • Cast to TEXT in state sync instead of using custom text types (#1681) @izeigerman

v0.50.0

08 Nov 22:04
687ab73

Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

v0.49.0

07 Nov 17:50
23a8caf

Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Include "this" jinja object in dbt singular tests (#1650) @crericha
  • Log an error message when plan application fails through the Airflow plugin API (#1666) @izeigerman
  • Normalize identifiers before calling engine adapter methods in dbt (#1661) @georgesittas
  • Always create a deployable view on snapshot creation for view models (#1667) @izeigerman
  • Github cicd truncate byte length (#1670) @eakmanrq

🧹 Chore

v0.48.0

03 Nov 00:14
3c5122a

Choose a tag to compare

🪲 Bug fixes

  • Spark temp tables (#1656) @eakmanrq
  • External model schema was using generic model name the key. sqlglot is lenient enough to accept double quotes instead of backticks for dialects like bigquery, but this makes the schema.yaml more consistent (#1658) @tobymao

🧹 Chore

v0.47.4

02 Nov 16:10
8435c44

Choose a tag to compare

🪲 Bug fixes

v0.47.3

01 Nov 23:45
f8e3623

Choose a tag to compare

🧹 Chore

  • Make create_external_schema warn instead of raise when source table doesn't exist (#1648) @crericha
  • Set schema_version default value directly in the pydantic model (#1652) @georgesittas