Skip to content

Releases: SQLMesh/sqlmesh

v0.75.1

02 Mar 18:10
63cb6d1

Choose a tag to compare

🪲 Bug fixes

v0.75.0

02 Mar 00:48
b130cd1

Choose a tag to compare

🪲 Bug fixes

  • Missing type in orval + bump playwright (#2201) @mykalmax
  • Use arg_key instead of in check to avoid hashing and false positives (#2203) @tobymao
  • Reduce the memory footprint during the migration (#2199) @izeigerman
  • Set the 'unrestorable' flag even when the snapshot has already been paused (#2205) @izeigerman
  • Map dbt model default dialect sqlserver -> tsql (#2200) @treysp

🧹 Chore

v0.73.3

02 Mar 00:32

Choose a tag to compare

🪲 Bug fixes

  • Set the 'unrestorable' flag even when the snapshot has already been paused (#2205) @izeigerman

v0.74.0

29 Feb 23:34
fe6e7cd

Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Remove not allowed change categories (#2171) @mykalmax
  • Delay when sending query by pressing Ctrl-Enter (#2172) @mykalmax
  • Remove the 'hash_raw_query' attribute (#2173) @izeigerman
  • Fix tests that import dbt adapter libraries (#2180) @treysp
  • Unexpected backfill when the parent model's cron is before its child's (#2179) @izeigerman
  • Correct slack block with multiple fields (#2183) @plaflamme
  • A negative number of macros when running 'sqlmesh info' for dbt projects (#2186) @izeigerman
  • Bump the batch size for object names when fetching data objects in the engine adapter @izeigerman
  • Propogate false and limit to every select as some queries do not have sufficient predicate pushdown (#2187) @tobymao
  • Temporarily unwrap sushi.customers's query again (#2191) @georgesittas
  • Don't check previous versions when checking whether the snapshot is unrevertable (#2195) @izeigerman
  • Clean up lineage styling (#2192) @mykalmax
  • Correctly extract catalog name for table properties expression builder (#2196) @treysp

🧹 Chore

👽 Other

v0.73.2

29 Feb 21:39

Choose a tag to compare

🪲 Bug fixes

  • Don't check previous versions when checking whether the snapshot is unrevertable (#2195) @izeigerman

v0.73.1

26 Feb 18:00

Choose a tag to compare

🪲 Bug fixes

  • Unexpected backfill when the parent model's cron is before its child's (#2179) @izeigerman

v0.73.0

22 Feb 02:17
beaa5a7

Choose a tag to compare

✨ Features

  • Add support for Trino Iceberg tables (#2129) @erindru
  • Allow more structured slack messages (#2144) @plaflamme
  • Propogate descriptions in the ui if they are simply pass through and don't have multiple sources (#2145) @tobymao
  • Support config class overriding in the loader and context (#2139) @crericha

🪲 Bug fixes

  • Improve handling of branches that are behind the target branch in the git selector (#2151) @izeigerman
  • Restrict scope of sqlmesh statement parsers (#2148) @georgesittas
  • Always set column order scd type 2 (#2155) @eakmanrq
  • Cron shouldn't be ignored when missing intervals are bounded by the end date (#2153) @izeigerman
  • Convert pandas timestamp to py datetime for unit test generation (#2149) @treysp
  • Dbt alias databricks catalog to database (#2161) @eakmanrq
  • Add support for the dbt's 'var.has_var()' expression (#2163) @izeigerman
  • Allow expressions in scd type 2 model unique keys (#2164) @eakmanrq

🧹 Chore

👽 Other

  • Update init example project to run on all engines (#2162) @treysp

v0.72.2

20 Feb 22:36

Choose a tag to compare

🪲 Bug fixes

  • Improve handling of branches that are behind the target branch in the git selector (#2151) @izeigerman
  • Cron shouldn't be ignored when missing intervals are bounded by the end date (#2153) @izeigerman
  • Always set column order scd type 2 (#2155) @eakmanrq

v0.72.1

20 Feb 18:02
e8c4c4d

Choose a tag to compare

🪲 Bug fixes

🧹 Chore

v0.72.0

19 Feb 23:04
264f6d9

Choose a tag to compare

✨ Features

  • Add invalidate hard delete support to scd type 2 (#2132) @eakmanrq
  • Keep track of the previous finalized snapshots in the environment (#2130) @izeigerman
  • Ignore SQL model unit test row order unless query contains ORDER BY (#2133) @treysp
  • Automatically create non-blocking copies of builtin audits (#2136) @vchan

🪲 Bug fixes

  • Motherduck only supports duckdb==0.9.2 (#2134) @treysp
  • Lineage (#2059) @vchan
  • Make sure that missing intervals don't exceed the target end date when applying plan (#2142) @izeigerman
  • Make sure that builtin dbt macros can be referenced using the 'dbt.' prefix (#2143) @izeigerman

🧹 Chore

👽 Other

  • Transpile default catalog for DuckDB test connection (#2131) @treysp