Skip to content

Releases: TobikoData/sqlmesh

v0.151.0

25 Jan 05:41
42ffe94
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

v0.150.1

24 Jan 00:40
f56d84c
Compare
Choose a tag to compare

🪲 Bug fixes

  • Dont reuse the dev table version for non-materialized models (#3694) @izeigerman
  • Use correct type sig for validation info, ensure dialect in expr deser (#3698) @z3z1ma

🧹 Chore

  • Improve the missing dates output by wrapping them into square brackets (#3693) @izeigerman

v0.150.0

23 Jan 18:16
2bb8f7f
Compare
Choose a tag to compare

🪲 Bug fixes

🧹 Chore

👽 Other

v0.149.0

22 Jan 02:23
49f648b
Compare
Choose a tag to compare

🪲 Bug fixes

🧹 Chore

👽 Other

v0.148.0

20 Jan 20:20
5d1fe65
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Correctly document invalidate_hard_delete behavior (#3655) @eakmanrq
  • Fix MotherDuck token attach syntax (#3659) @naoyak
  • Exclude pending restatement intervals when fetching max interval end for a snapshot (#3661) @izeigerman
  • Refresh snapshot intervals after determining the max interval end per model (#3664) @izeigerman
  • Airflow tests @izeigerman
  • Defer creation of the deploable table for a new forward-only model (#3657) @izeigerman
  • Restatements for incremental by partition (#3656) @treysp
  • Use the model's dialect when printing expressions as part of error messages (#3666) @izeigerman

👽 Other

v0.142.7

20 Jan 06:19
51c2bb5
Compare
Choose a tag to compare

🪲 Bug fixes

v0.147.1

19 Jan 23:18
ce791bd
Compare
Choose a tag to compare

🪲 Bug fixes

  • Exclude pending restatement intervals when fetching max interval end for a snapshot (#3661) @izeigerman

v0.142.6

19 Jan 02:58
d4c10e1
Compare
Choose a tag to compare

🪲 Bug fixes

  • Exclude pending restatement intervals when fetching max interval end for a snapshot (#3661) @izeigerman

v0.147.0

17 Jan 19:28
17a2e4f
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Only apply partition interval unit if partitioned_by is not set by the user explicitly (#3636) @izeigerman
  • Parse python model column types with dialect (#3633) @treysp
  • Qualify information schema query for duckdb (#3646) @z3z1ma
  • No models ready to run message shouldn't error (#3644) @treysp
  • Make sqlglot generator overriding more robust (#3650) @georgesittas
  • Ensure strict defaults dont break all the models to which they a… (#3643) @z3z1ma

🧹 Chore

👽 Other

v0.142.5

16 Jan 05:26
5d1f952
Compare
Choose a tag to compare

🪲 Bug fixes

  • Only apply partition interval unit if partitioned_by is not set by the user explicitly (#3636) @izeigerman