Skip to content

v0.217.0

Choose a tag to compare

@SQLMesh SQLMesh released this 10 Sep 16:59
· 173 commits to main since this release
746682c

✨ Features

🪲 Bug fixes

  • Disable query validations for dbt models (#5305) @georgesittas
  • (fabric) Ensure that Fabric connections do not try to use a catalog once it's been dropped (#5314) @erindru
  • Make the dbt graph available during parse time too (#5329) @themisvaltinos
  • Only include the event_time_filter when rendering a microbatch model (#5333) @crericha
  • Preserve the DAG evaluation order even when a transitive dependency is not included (#5335) @izeigerman
  • Dbt time column serialization (#5336) @eakmanrq
  • Redundant creation of view models during the first evaluation (#5337) @izeigerman
  • Deployability of a child snapshot when its parent snapshot is indirect non-breaking without intervals (#5340) @izeigerman

🧹 Chore