Skip to content

v0.79.0

Choose a tag to compare

@SQLMeshbot SQLMeshbot released this 19 Mar 00:01
· 2453 commits to main since this release
2fd6721

✨ Features

🪲 Bug fixes

  • Ignore models from the 'elementary' package when loading a dbt project (#2285) @izeigerman
  • Remove trailing newline from dbt multiline test kwargs. (#2289) @crericha
  • Cache Trino catalog type lookup to reduce load (#2291) @erindru
  • Normalize and quote properly in table diff module (#2294) @georgesittas
  • Fix partitioning property for Trino iceberg tables (#2292) @erindru
  • Convert lists, ndarrays to tuples when sorting unit test dataframes (#2296) @georgesittas
  • Reload context on config change (#2269) @mykalmax
  • Support start_* / end_* macros in the incremental unmanaged models @izeigerman

🧹 Chore