Skip to content

Releases: TobikoData/sqlmesh

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

v0.146.0

15 Jan 14:09
8ce63a7
Compare
Choose a tag to compare

✨ Features

  • Add 'validate_query' model attribute for compile-time checks (#3614) @VaggelisD

🧹 Chore

v0.145.0

14 Jan 19:03
295d37a
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Properly include dialect when formatting (#3596) @mykalmax
  • Don't set the is_incremental flag for non-incremental dbt models (#3616) @izeigerman
  • Physical view not being created when needed for non-deployable indirect non-breaking snapshots (#3619) @izeigerman
  • Preserve file changes when navigating tabs (#3587) @mykalmax
  • The inference of the default plan start (#3628) @izeigerman
  • Reduce parsing overhead and improve performance when unpausing snapshots deployed to prod (#3627) @izeigerman

🧹 Chore

👽 Other