Releases: tomasfarias/airflow-dbt-python
Releases · tomasfarias/airflow-dbt-python
v0.10.2
What's Changed
- dbt v1.0.0 support by @tomasfarias in #22
- refactor: Improve arguments used by the dbt hook and operators by @tomasfarias in #23
- Minor fixes by @tomasfarias in #24
Full Changelog: v0.9.6...v0.10.2
v0.9.6
Minor patch release to remove unnecessary printing and logging.
Full Changelog: v0.9.5...v0.9.6
v0.9.5
Another small bugfix to remove models from all template fields.
Full Changelog: v0.9.4...v0.9.5
v0.9.4
Small bugfix changing BaseConfig.state
to be a pathlib.Path
. Will later increase test coverage to account for this.
Full Changelog: v0.9.3...v0.9.4
v0.9.3
What's Changed
- fix: Override BaseHook init to support Airflow v1 by @tomasfarias in #21
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- fix: Set template fields for each operator by @tomasfarias in #20
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- feat: Add new dbt hook to truly bypass the dbt CLI by @tomasfarias in #17
Full Changelog: v0.8.1...v0.9.1
v0.8.1
What's Changed
- fix: Update state when running from temporary directory by @tomasfarias in #16
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- test: Add unit testing support for dbt-core version 0.21.0 by @tomasfarias in #5
- feat: Support for dbt 0.21 by @tomasfarias in #10
- refactor: Override dbt logger output stream with StreamLogWriter by @tomasfarias in #11
- docs: Documentation improvements by @tomasfarias in #12
- chore: Bump version to 0.8.0 by @tomasfarias in #13
Full Changelog: v0.7.2...v0.8.0