Skip to content

v0.68.0

Choose a tag to compare

@SQLMeshbot SQLMeshbot released this 20 Jan 00:16
· 2727 commits to main since this release
359266f

✨ Features

🪲 Bug fixes

  • Set default value for category change (#1967) @mykalmax
  • Propagate the dialect into Python models (#1970) @izeigerman
  • Missing node type for removed snapshots in context diff (#1969) @vchan
  • Send sse error if file watcher throws (#1947) @mykalmax
  • Normalize catalog name in env catalog mapping (#1973) @eakmanrq
  • Share connection config state sync instead of adapters (#1975) @eakmanrq
  • Config fingerprint is not deterministic resulting in cache misses when... (#1946) @z3z1ma
  • Correct the inclusive arg audits and docs (#1981) @z3z1ma
  • Normalize max end interval by snapshot when models are selected explicitly (#1980) @izeigerman
  • Prefer the builtin is_incremental macro over the dbt one (#1989) @izeigerman

🧹 Chore

👽 Other