Skip to content

Releases: SQLMesh/sqlmesh

v0.89.0

17 Apr 20:52
430336f

Choose a tag to compare

🪲 Bug fixes

🧹 Chore

👽 Other

v0.88.0

16 Apr 18:03
aa4a437

Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

v0.87.1

15 Apr 19:22

Choose a tag to compare

🪲 Bug fixes

  • Always use CASCADE when deleting views in the physical layer for postgres and redshift (#2440) @izeigerman
  • Temporarily remove validation on annotated depends on to fix issues (#2445) @tobymao
  • Skip DataTypeParam when checking type inference (#2446) @georgesittas

👽 Other

v0.87.0

12 Apr 23:23
1d54170

Choose a tag to compare

🪲 Bug fixes

🧹 Chore

v0.86.0

12 Apr 17:21
d76bc0f

Choose a tag to compare

🪲 Bug fixes

🧹 Chore

v0.85.2

12 Apr 04:24

Choose a tag to compare

🪲 Bug fixes

  • Remove import that forces pyspark @tobymao

v0.85.1

12 Apr 02:01
7f5f1d2

Choose a tag to compare

🪲 Bug fixes

🧹 Chore

v0.85.0

11 Apr 23:30
5d87f11

Choose a tag to compare

✨ Features

🪲 Bug fixes

🛠️ Refactor

  • Only use the last comment attached to a projection as its description (#2421) @georgesittas

🧹 Chore

👽 Other

  • Update mssql test from bytes to timestamp return value (#2406) @treysp
  • Wordsmith comment registration docs (#2416) @treysp
  • Clarify allowed cron values (#2425) @treysp
  • Update duckdb incremental by unique key materialization strategy (#2426) @treysp

v0.84.0

05 Apr 17:33

Choose a tag to compare

🪲 Bug fixes

  • Don't insert an empty dataframe of seed rows during migration @izeigerman
  • Set the default value for the _dbt_max_partition variable (#2395) @izeigerman
  • Correctly return missing intervals when the model start / end is set (#2397) @izeigerman
  • Allow macros to recursively resolve closes #2399 (#2400) @tobymao
  • An individual plan DAG failure shouldn't prevent the remaining DAGs from loading in Airflow @izeigerman

🛠️ Refactor

🧹 Chore

👽 Other

v0.83.1

04 Apr 14:35

Choose a tag to compare

🪲 Bug fixes

  • Don't insert an empty dataframe of seed rows during migration @izeigerman