Skip to content

Releases: SQLMesh/sqlmesh

v0.136.0

22 Nov 23:28
002f846

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

Choose a tag to compare

🪲 Bug fixes

v0.135.0

21 Nov 22:32
962f7d2

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

Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

v0.133.0

18 Nov 21:38
7b9277e

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

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

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

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

v0.130.2

04 Nov 23:32
a331cf1

Choose a tag to compare

✨ Features

  • Add quota_project conf for dbt project support (#3326) @Kayrnt

🪲 Bug fixes

🧹 Chore

v0.130.1

01 Nov 17:15
feb9686

Choose a tag to compare

🪲 Bug fixes

🧹 Chore

  • Document time_data_type for scd type 2 model kinds (#3315) @eakmanrq
  • Fix types in the Environment's property methods (#3314) @izeigerman
  • Make it so duplicate snapshot push doesn't raise because this … (#3323) @tobymao

👽 Other

  • Add model config reference link to model kinds concepts (#3319) @treysp
  • Clickhouse table/partition swapping (#3291) @treysp