Skip to content

v0.8.0

Compare
Choose a tag to compare
@izeigerman izeigerman released this 08 May 23:27
· 2614 commits to main since this release
2ce5f34

✨ Features

🪲 Bug fixes

  • In Postgres engine adapter only commit if there's no active transaction (#800) @izeigerman
  • Pin ruamel.yaml version when running airflow tests on CircleCI @izeigerman
  • Data leakage was incorrect with window functions BREAKING CHANGE (#805) @tobymao
  • Enforce unpaused parent snapshots only for new snapshots (#809) @izeigerman
  • Don't add where false if no from statement @tobymao
  • Use package materialization config in dbt fixture (#816) @crericha
  • Cnclude missing direct model names (#822) @mykalmax

🧹 Chore

👽 Other