Releases: tomasfarias/airflow-dbt-python
Releases · tomasfarias/airflow-dbt-python
v3.0.1
What's Changed
- fix(cd): Properly fail deploy if CI fails by @tomasfarias in #149
- fix(git-hook): Pass branch as bytes by @tomasfarias in #151
Full Changelog: v3.0.0...v3.0.1
v3.0.0
v2.2.0
v2.1.0
v2.0.1
v2.0.1: Minor bugfixing
v2.0.0
v2.0.0: Compatibility with newer versions of dbt
v1.0.5
Changes: * No changes, just re-deploying v1.0.4 as it was incorrectly tagged.
v1.0.4
Changes: * Remotes (git): Support for HTTP basic authentication in git remote. * Follow-up work will add support for Airflow connections.
v1.0.3
Changes: * Ignore errors on clean-up when exiting temporary directory. * Only for newer versions of Python (>= 3.10). Under the hood: * Don't trigger CI on __vesion__.py bumps. * README typos.
v1.0.2
Changes * fix: Re-add dbt adapters to dependencies to support extras installation