Skip to content

Releases: SQLMesh/sqlmesh

v0.63.0

02 Jan 19:40
5477d3d

Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

  • Revert "chore: more perf improvements by allowing caching of unrenderable queries" @tobymao
  • Reapply "chore: more perf improvements by allowing caching of unrende… (#1858) @tobymao
  • Describe snowflake connection for lowercase object (#1864) @treysp
  • Quote duckdb alias (#1871) @eakmanrq
  • Add custom measures to observer guide (#1856) @treysp

v0.62.1

27 Dec 21:38

Choose a tag to compare

🪲 Bug fixes

v0.62.0

23 Dec 18:41

Choose a tag to compare

🪲 Bug fixes

  • Remove trailing whitespaces in the JINJA_STATEMENT and JINJA_QUERY body (#1884) @izeigerman
  • Only delete the snapshot temp table if no other snapshot uses the same temp version (#1887) @izeigerman
  • Improve the condition under which sqlmesh raises an error about snapshot being unrevertable (#1879) @izeigerman

🧹 Chore

v0.61.0

19 Dec 04:21

Choose a tag to compare

🪲 Bug fixes

🧹 Chore

  • Add package management and docs sections to dbt integration docs. (#1850) @crericha

v0.60.0

18 Dec 23:22
bda17b1

Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

v0.59.0

12 Dec 18:23
066cc2a

Choose a tag to compare

✨ Features

🪲 Bug fixes

  • (redshift) Another attempt at hash fix @tobymao
  • Fix test @tobymao
  • Reduce the default dataframe batch size for the postgres engine adapter (#1810) @izeigerman
  • Only log tests if you have any (#1814) @tobymao
  • Fix cloud_composer scheduler config supported field validation (#1820) @vchan
  • Support adding partial intervals for models with monthly interval unit (#1824) @izeigerman
  • Bump orval versions and address typing issues (#1821) @mykalmax
  • Workaround for weird date dtype bug exposed by duckdb v0.9.2 (#1825) @georgesittas
  • Consider a model unannotated if it has columns with type NULL (#1828) @izeigerman
  • Use default environment in notifications if no environment is specified for a run (#1830) @vchan
  • Allow using model selector even if no environments were previously created (#1831) @izeigerman

🛠️ Refactor

🧹 Chore

👽 Other

v0.58.2

06 Dec 17:05
dc0cf94

Choose a tag to compare

🪲 Bug fixes

  • Skip null macro dependencies when extracting macro references from the dbt manifest (#1808) @izeigerman
  • (redshift) Cast the children of aliases (#1809) @tobymao

🧹 Chore

v0.58.1

05 Dec 20:49
aec6b00

Choose a tag to compare

🪲 Bug fixes

  • Fix encode model names for lineage and wrong layer order for errors popup (#1806) @mykalmax

👽 Other

v0.58.0

05 Dec 18:15
9741a1b

Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

v0.57.1

01 Dec 05:23
c1ed6a6

Choose a tag to compare

🪲 Bug fixes

  • (redshift) Ctas now uses false limit 0 instead of from false propogation (#1782) @tobymao

🧹 Chore