Skip to content

Releases: TobikoData/sqlmesh

v0.123.1

17 Sep 20:33
d8bfd95
Compare
Choose a tag to compare

🪲 Bug fixes

  • Dbt import issue (#3149) @Themiscodes

v0.123.0

17 Sep 19:06
aedc65c
Compare
Choose a tag to compare

✨ Features

  • Support external model dialects closes #3135 (#3136) @tobymao
  • Add SQLMesh warning when an exp.Command is parsed (#3138) @VaggelisD
  • Support mixed multi-repo SQLMesh and dbt projects (#3122) @Themiscodes

🪲 Bug fixes

🧹 Chore

👽 Other

v0.122.2

13 Sep 18:56
6fab878
Compare
Choose a tag to compare

🪲 Bug fixes

v0.122.1

13 Sep 15:19
23fc273
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Switch from pooling to default method to detect changes (#3113) @mykalmax

🧹 Chore

v0.122.0

11 Sep 23:17
d6e6d07
Compare
Choose a tag to compare

✨ Features

  • Add physical_schema_mapping property and deprecate physical_schema_override (#3108) @erindru
  • Materialized view support clustered by and partitioned by (#3117) @eakmanrq

🪲 Bug fixes

  • Dont clone managed tables to create dev previews (#3099) @erindru

🧹 Chore

  • Use factory method to create builtin scheduler (#3114) @crericha
  • Introduce the evaluatable version of a plan object (#3118) @izeigerman
  • Refactor the scheduler API to support running of precomputed missing intervals (#3120) @izeigerman

v0.121.1

09 Sep 20:17
c50c273
Compare
Choose a tag to compare

🪲 Bug fixes

🧹 Chore

v0.121.0

06 Sep 16:04
fd3a2d1
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

v0.118.8

05 Sep 22:16
Compare
Choose a tag to compare

✨ Features

  • Use multiprocessing to speed up loading (#3077) @tobymao
  • Improve cold start of snapshot cache with multi processing (#3084) @tobymao

🪲 Bug fixes

v0.120.0

04 Sep 16:23
0eab0a6
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

v0.119.0

30 Aug 18:29
5fe62ac
Compare
Choose a tag to compare

✨ Features

  • Improve table diff sample output in CLI (#3017) @Themiscodes
  • Improve environment loading performance by lazy evaluating snapshot and snapshot id fields (#3038) @crericha
  • Allow creating environments without changes when using selector (#3060) @izeigerman
  • Add clickhouse engine adapter (#3019) @treysp

🪲 Bug fixes

  • Skip loading context on run closes #1511 (#3037) @tobymao
  • Rename renderer cache so it's not serialized (#3039) @tobymao
  • Don't cache snapshot intervals (#3041) @izeigerman
  • User-provided plan end must take precedence over the max interval end per model (#3042) @izeigerman
  • Add path to Invalid model definition error, fixes #3040 (#3045) @akv-akv
  • Heuristics that determine the default start date of the forward-only preview plan (#3043) @izeigerman
  • Allow omitting the MODEL (...) block when name inference is activated (#3049) @georgesittas
  • Test failure caused by a new version of rich (#3053) @izeigerman
  • Don't process models that have already been processed (#3052) @tobymao
  • Seed and model column mismatch due to normalization (#3036) @Themiscodes
  • Handle missing source target aliases in sample data diff (#3046) @Themiscodes
  • (bigquery) Do not use execution_project as default catalog in partitions query (#3056) @treysp
  • Handle metaprogramming inspect.getfile TypeError (#3058) @georgesittas
  • Cache inclusive exclusive for performance (#3057) @tobymao
  • Ignore expired environments in the selector (#3059) @izeigerman
  • Retain indexes when creating state table backups (#3061) @izeigerman

🧹 Chore

👽 Other