Skip to content

Releases: TobikoData/sqlmesh

v0.6.2

26 Apr 22:57
d44bc6d
Compare
Choose a tag to compare

🪲 Bug fixes

  • Caching of rendered dbt model configs by making the dependencies attribute public (#768) @izeigerman
  • Don't validate on migration (#771) @tobymao

v0.6.1

26 Apr 18:53
Compare
Choose a tag to compare

🪲 Bug fixes

  • Always validate versions whenever a state sync is accessed (#769) @tobymao
  • Multi repo test to use memory @tobymao

v0.6.0

26 Apr 17:23
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Fix links (#739) @crericha
  • Clarify in docs that type casting in a model's query is not mandatory (#742) @izeigerman
  • Drop view in order to replace it when using Postgres (#751) @izeigerman
  • Explicitly set the end and the latest dates in the Airflow end-to-end test @izeigerman
  • Enable logging in CLI when the debug mode is enabled @izeigerman
  • Clean-up target defaults (#735) @crericha
  • Dbt hook yaml formats, duplicate yaml keys, and sources without tables (#745) @crericha
  • Apply lookback window to the data interval start date when running a cadence DAG in Airflow (#759) @izeigerman
  • Allow empty files in models folder and refetch lineage on model file change (#746) @mykalmax
  • Selecting column in lineage (#766) @mykalmax
  • Migrate table schemas only for snapshots with the FORWARD_ONLY category explicitly assigned (#763) @izeigerman
  • Introduce environment finalization (#764) @izeigerman
  • Airflow integration test by assigning a change category correctly @izeigerman

🧹 Chore

👽 Other

v0.5.0

19 Apr 01:49
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Sqlglot wasn't replacing all lambda vars with identifiers @tobymao
  • Include hours and minutes when formatting missing intervals (#722) @izeigerman
  • [dbt] materialized can be jinja and allow, but warn, on extra profile fields (#721) @crericha
  • Run plan in default event loop instead of an executor (#727) @vchan

🧹 Chore

👽 Other

v0.4.1

13 Apr 18:25
1050d6e
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

v0.4.0

11 Apr 03:35
cd79b03
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

👽 Other

v0.3.1

08 Apr 01:53
295789f
Compare
Choose a tag to compare

👽 Other

v0.3.0

07 Apr 17:15
5fecad2
Compare
Choose a tag to compare

✨ Features

  • Use view name for targets in backfill progress (#661) @eakmanrq

🪲 Bug fixes

👽 Other

v0.2.6

06 Apr 04:08
Compare
Choose a tag to compare

👽 Other

  • Add columns to models API endpoint (#653) @vchan
  • Updates to using Airflow with dbt. (#651) @crericha
  • Fixes bug where packages in a virtual env are considered serializable @tobymao

v0.2.5

04 Apr 20:54
ebdab37
Compare
Choose a tag to compare

🪲 Bug fixes

👽 Other