Skip to content

Releases: TobikoData/sqlmesh

v0.137.0

27 Nov 19:28
4662acd
Compare
Choose a tag to compare

✨ Features

  • Add support for comparing nested BigQuery values (structs, arrays) (#3428) @georgesittas

🪲 Bug fixes

  • Rename docs to catalog to keep routes consistent (#3391) @mykalmax
  • Add CASCADE modifier when dropping columns in Postgres / Redshift (#3427) @izeigerman
  • Round columns percentage stats to 9th decimal (#3432) @esciara

🧹 Chore

v0.136.1

25 Nov 16:51
c9057d4
Compare
Choose a tag to compare

🛠️ Refactor

v0.136.0

22 Nov 23:28
002f846
Compare
Choose a tag to compare

✨ Features

  • Add an option to not run upstream dependencies when selecting models in the command (#3413) @izeigerman

🪲 Bug fixes

👽 Other

v0.135.1

22 Nov 00:57
e07621a
Compare
Choose a tag to compare

🪲 Bug fixes

v0.135.0

21 Nov 22:32
962f7d2
Compare
Choose a tag to compare

🪲 Bug fixes

  • (mssql) Change mssql conn_properties type to List (#3403) @treysp

🧹 Chore

v0.134.0

21 Nov 17:51
463932a
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

v0.133.0

18 Nov 21:38
7b9277e
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Another staged file parsing edge case for snowflake (#3377) @georgesittas
  • (clickhouse) Support non-datetime time column partitioning (#3357) @treysp

🛠️ Refactor

🧹 Chore

👽 Other

v0.132.1

13 Nov 23:38
63e2dbd
Compare
Choose a tag to compare

✨ Features

  • Add connection info to command on the CLI (#3356) @Kayrnt
  • Audit forward-only cloned preview tables (#3369) @treysp
  • Include dropped column name in destructive change message (#3367) @treysp

🪲 Bug fixes

🧹 Chore

👽 Other

v0.132.0

12 Nov 00:10
dd62878
Compare
Choose a tag to compare

✨ Features

  • Add dlt_refresh command to update models from a dlt pipeline (#3340) @Themiscodes
  • Add support for recursive CTEs in unit tests (#3351) @georgesittas

🪲 Bug fixes

  • Support passing variables into python models as kw-only arguments (#3350) @izeigerman
  • Always make dataframes hashable when comparing them in unit tests (#3354) @georgesittas

🧹 Chore

👽 Other

  • Add section on empty DFs to python models concepts (#3348) @treysp
  • Add missing options on info command (#3349) @Kayrnt

v0.131.0

08 Nov 21:28
4bcd3e0
Compare
Choose a tag to compare

✨ Features

  • Add temp_schema option for table_diff (#3311) @Kayrnt
  • Allow formatting specific models via path posargs for more typi… (#3331) @z3z1ma
  • Expose batch_concurrency field for time range incremental dbt models (#3341) @georgesittas

🪲 Bug fixes

🧹 Chore

👽 Other