Skip to content

v0.6.3

Compare
Choose a tag to compare
@izeigerman izeigerman released this 28 Apr 23:57
· 2553 commits to main since this release

✨ Features

  • Add ability to set the effective date for forward-only snapshots (#785) @izeigerman

🪲 Bug fixes

  • For forward-only plans run backfill after promotion (#774) @izeigerman
  • Display nodes more condensed, update connection on column name change (#781) @mykalmax
  • Support dbt model jinja method, use dialect when parsing, catch duplicate key errors, and improve parse time for very large sql models (#782) @crericha
  • When applying a forward-only plan in dev the backfill shoulde precede the promotion (#786) @izeigerman
  • Handle no rows in versions table due to corruption @tobymao
  • Flaky test with new sqlglot. @tobymao

🧹 Chore

  • Upgrade to sqlglot 11.6 and clean up example project paths @tobymao

👽 Other