Skip to content

v0.56.1

Choose a tag to compare

@izeigerman izeigerman released this 21 Nov 18:10
· 2962 commits to main since this release
9a5a34d

✨ Features

  • Allow omitting output columns in unit tests, add docs (#1734) @georgesittas
  • Add ability to configure the Airflow scheduler with an external state connection (#1744) @izeigerman
  • Add ability to disable generation of cadence DAGs in Airflow (#1737) @izeigerman
  • Show only relevant columns (as DataFrames) when unit tests fail (#1741) @georgesittas

🪲 Bug fixes

  • Don't check for dialects when they are already known (#1738) @tobymao
  • (mssql) Bulk copy fails for timestamps with tz (#1685) @treysp
  • Include the external sensor operator for relevant snapshots as part of the plan DAG (#1739) @izeigerman
  • Fix issue where run failure does not always notify (#1740) @vchan
  • Batch up snapshot IDs when sending them to the Airflow Webserver as part of a GET request (#1742) @izeigerman

🧹 Chore

  • Minor refactor in the Airflow integration code @izeigerman
  • Fix quoting in sushi python model fetchdf calls (#1723) @treysp

👽 Other