Skip to content

Releases: TobikoData/sqlmesh

v0.13.0

01 Jun 00:59
3c1511d
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

v0.12.4

29 May 04:33
fd60806
Compare
Choose a tag to compare

👽 Other

  • Include a model's CTEs when testing one of its CTEs (#920) @vchan

v0.12.3

29 May 02:02
f72a237
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Evaluate snapshots after pomoting the environment if the plan contains paused forward-only snapshots (#912) @izeigerman
  • Update sys_path before loading models. (#914) @crericha
  • Use dialect in column_to_types_ validator (#913) @georgesittas
  • Re-fetch model's lineage after change to models/columns in file (#891) @mykalmax

v0.12.2

26 May 15:56
d3fbf3a
Compare
Choose a tag to compare

🪲 Bug fixes

  • Escape double quotes for strings in dbt test kwargs. (#900) @crericha
  • Support columns for late-binding views in Redshift. (#906) @crericha

🧹 Chore

v0.12.1

25 May 03:24
290c6c3
Compare
Choose a tag to compare

🪲 Bug fixes

v0.12.0

24 May 23:12
f24d075
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Fix databricks freezing (#875) @eakmanrq
  • Fix typos (#878) @treysp
  • Docs semi colon @tobymao
  • Pint airflow-providers dependencies @izeigerman
  • Pin apache-airflow-providers-common-sql in the Airflow docker image @izeigerman
  • Render model / audit query when computing a snapshot fingerprint when using the native SQLMesh format (#879) @izeigerman
  • Quote 0007 migration query because snapshot is a reserved word in Redshift. (#886) @crericha
  • Allow create_external_models to run for projects with star projections and support dbt formatted projects. (#880) @crericha
  • Derive the name of a snapshot's physical schema from its model's schema (#885) @izeigerman
  • Skip model loading for migrate and rollback commands. (#888) @crericha
  • Use the models' dialects in schema methods (#889) @georgesittas
  • Fix state sync rollback test case (#894) @vchan
  • Alias queries even if not optimized (#895) @tobymao
  • Concat Dataframes if insert overwrite (#890) @eakmanrq
  • Use SUPPORTS_INSERT_OVERWRITE and cleanup (#893) @eakmanrq

🛠️ Refactor

  • Refactor tests and introduce Python model tests (#874) @vchan

🧹 Chore

👽 Other

v0.11.2

22 May 15:42
Compare
Choose a tag to compare

🪲 Bug fixes

  • Make sure we never use actual physical names of external tables when evaluating snapshots @izeigerman
  • Quickstart example, csv strip spaces closes #876 @tobymao

🧹 Chore

v0.11.1

19 May 23:04
Compare
Choose a tag to compare

🪲 Bug fixes

  • Add external models to the index @tobymao

v0.11.0

19 May 22:52
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Not propogating external kind @tobymao
  • Ensure external is not expanded @tobymao
  • Don't drop views of external sources. @tobymao
  • Call on_complete handler when promoting / demoting external models @izeigerman

🧹 Chore

👽 Other

v0.10.1

19 May 03:48
dde91d2
Compare
Choose a tag to compare

🪲 Bug fixes

  • Make sure start_at / end_at are strings when storing an environment record in state sync (#870) @izeigerman