Skip to content

Releases: SQLMesh/sqlmesh

v0.72.0

19 Feb 23:04
264f6d9

Choose a tag to compare

✨ Features

  • Add invalidate hard delete support to scd type 2 (#2132) @eakmanrq
  • Keep track of the previous finalized snapshots in the environment (#2130) @izeigerman
  • Ignore SQL model unit test row order unless query contains ORDER BY (#2133) @treysp
  • Automatically create non-blocking copies of builtin audits (#2136) @vchan

🪲 Bug fixes

  • Motherduck only supports duckdb==0.9.2 (#2134) @treysp
  • Lineage (#2059) @vchan
  • Make sure that missing intervals don't exceed the target end date when applying plan (#2142) @izeigerman
  • Make sure that builtin dbt macros can be referenced using the 'dbt.' prefix (#2143) @izeigerman

🧹 Chore

👽 Other

  • Transpile default catalog for DuckDB test connection (#2131) @treysp

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