Skip to content

v0.6.0

Compare
Choose a tag to compare
@izeigerman izeigerman released this 26 Apr 17:23
· 2463 commits to main since this release

✨ Features

🪲 Bug fixes

  • Fix links (#739) @crericha
  • Clarify in docs that type casting in a model's query is not mandatory (#742) @izeigerman
  • Drop view in order to replace it when using Postgres (#751) @izeigerman
  • Explicitly set the end and the latest dates in the Airflow end-to-end test @izeigerman
  • Enable logging in CLI when the debug mode is enabled @izeigerman
  • Clean-up target defaults (#735) @crericha
  • Dbt hook yaml formats, duplicate yaml keys, and sources without tables (#745) @crericha
  • Apply lookback window to the data interval start date when running a cadence DAG in Airflow (#759) @izeigerman
  • Allow empty files in models folder and refetch lineage on model file change (#746) @mykalmax
  • Selecting column in lineage (#766) @mykalmax
  • Migrate table schemas only for snapshots with the FORWARD_ONLY category explicitly assigned (#763) @izeigerman
  • Introduce environment finalization (#764) @izeigerman
  • Airflow integration test by assigning a change category correctly @izeigerman

🧹 Chore

👽 Other