Skip to content

v0.8.1

Choose a tag to compare

@izeigerman izeigerman released this 10 May 19:17
· 3810 commits to main since this release
b12976f

✨ Features

🪲 Bug fixes

  • Include source dependencies in depends_on for dbt models. (#827) @crericha
  • Fix json encoding for models (#828) @vchan
  • Pin dbt-duckdb version to avoid test failures @izeigerman
  • Replace exp.StructKwarg with exp.ColumnDef in schema diff (#830) @georgesittas
  • Improve the change categorization results by pre-matching root AST nodes (#831) @izeigerman
  • Various bugs from file tree, editor, lineage, docs (#832) @mykalmax
  • Improve performance of get snapshots queries by using IN instead of AND/OR (#820) @crericha

👽 Other