Skip to content

Releases: SQLMesh/sqlmesh

v0.71.0

15 Feb 19:53
94e6a30

Choose a tag to compare

✨ Features

🪲 Bug fixes

👽 Other

  • Differentiate seed date and datetime types (#2122) @treysp

v0.70.0

14 Feb 00:05
d1e7689

Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

v0.69.5

06 Feb 04:21

Choose a tag to compare

🪲 Bug fixes

v0.69.4

03 Feb 00:02
8bba93b

Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

v0.69.3

01 Feb 19:49

Choose a tag to compare

🪲 Bug fixes

  • Order projections during insert overwrite when there WHERE clause is not present (#2074) @izeigerman
  • Do not include a schema def in CTAS unless all column types are known (#2063) @treysp

v0.69.2

01 Feb 03:34

Choose a tag to compare

🪲 Bug fixes

  • Exclude non-model references from the selector's output (#2068) @izeigerman
  • Protected against invalid backfill model names in the plan builder @izeigerman

v0.69.1

30 Jan 23:44
7515990

Choose a tag to compare

✨ Features

🪲 Bug fixes

👽 Other

  • Add table property to allow databricks spaces in column names (#2053) @treysp
  • Do not set audit descriptions field with file comment (#2056) @treysp

v0.69.0

30 Jan 01:55
fda88aa

Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

v0.68.4

25 Jan 00:09

Choose a tag to compare

🪲 Bug fixes

  • Child snapshot targeting a wrong parent forward-only snapshot table when the parent was created in dev and the child in prod (#2019) @izeigerman

v0.68.3

24 Jan 18:45

Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Expand seed $root marker in constructor (#1996) @z3z1ma
  • Use snapshot names in scheduler dag generation for performance (#2010) @tobymao
  • Have dbt bq use timestamp instead of datetime (#2012) @eakmanrq
  • Install typing-extensions (#2015) @mykalmax
  • Pydantic_core import error @izeigerman
  • Use the Pydantic V1 validator interop in the model kind validator @izeigerman
  • Use the Pydantic V1 validator interop in the model kind validator @izeigerman
  • Function signature of the model kind validator @izeigerman
  • Remove table_description and column_description arguments @izeigerman

👽 Other