Skip to content

Releases: SQLMesh/sqlmesh

v0.47.2

01 Nov 20:50
1943284

Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Include dialect when making dbt seed models (#1649) @eakmanrq
  • Windows doesn't allow special characters in file paths (#1651) @tobymao

👽 Other

v0.47.1

01 Nov 00:18
26086d0

Choose a tag to compare

🪲 Bug fixes

v0.47.0

31 Oct 21:25
7890c09

Choose a tag to compare

✨ Features

🪲 Bug fixes

  • (trino) Pandas timestamp with time zone formatting (#1636) @treysp
  • Show proper pip install command when sqlmesh schema version is behind (#1638) @georgesittas

🧹 Chore

👽 Other

v0.46.3

30 Oct 17:19
bd84b8b

Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

v0.46.2

26 Oct 12:11

Choose a tag to compare

🪲 Bug fixes

  • Skip the cache if columns_to_types is called in a macro (#1615) @tobymao

🧹 Chore

  • Add local spark to integration tests (#1617) @eakmanrq
  • Add ability to configure a timeout in the GCP Postgres connection config @izeigerman

v0.46.1

25 Oct 23:17
5260a47

Choose a tag to compare

✨ Features

  • Batch snapshot querying to prevent query limit issues (#1609) @tobymao

🪲 Bug fixes

🧹 Chore

v0.46.0

25 Oct 20:31
f3b3f59

Choose a tag to compare

🪲 Bug fixes

  • Remove most fields from dbt target (#1601) @eakmanrq
  • Register source and ref dependencies from macros (#1588) @crericha
  • Get dbt classes without all config fields present (#1605) @crericha
  • Allow dbt project ref, source, and config macros to override the builtin version and use the logger for dbt logging macros (#1606) @crericha
  • Use the interval_unit instead of cron when normalizing intervals during evaluation in Airflow (#1612) @izeigerman

🧹 Chore

v0.45.0

23 Oct 23:23
991b25d

Choose a tag to compare

🪲 Bug fixes

v0.44.3

21 Oct 03:53
0cfc593

Choose a tag to compare

🪲 Bug fixes

🧹 Chore

v0.44.2

20 Oct 18:11
874cf87

Choose a tag to compare

🪲 Bug fixes

  • Bot properly deal with truncated output (#1594) @eakmanrq
  • Update updated_ts for all demoted snapshtos and not just the ones representing removed models (#1595) @izeigerman

👽 Other

  • Add MSSQL to make install-engine-integration (#1596) @treysp