Airflow-dbt-python

Latest version: v2.0.1

Safety actively analyzes 629052 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 7

1.0.1

What's Changed
* fix: Conditionally import required hook by adamantike in https://github.com/tomasfarias/airflow-dbt-python/pull/99


**Full Changelog**: https://github.com/tomasfarias/airflow-dbt-python/compare/v1.0.0...v1.0.1

1.0.0

v1.0.0 of airflow-dbt-python is finally here :tada:

I feel very confident in the API we have established, and even if there is still work to do, I want to start building on this API instead of dealing with old inconsistencies.

Due to the size of this release, I encourage folks who haven't had a chance to test the pre-release versions available for at least 3 weeks, to do so now before upgrading. As always, we thank any bug reports which can be opened as a [GitHub issue](https://github.com/tomasfarias/airflow-dbt-python/issues/new).

Changes

* airflow-dbt-python operators no longer handle temporary directories.
* airflow-dbt-python operators should be about defining what to execute, not how.
* airflow-dbt-python hooks are the ones that should worry about setting up directories.
* This significantly reduces the complexity in operators.
* Refactored the dbt remote interface (previously dbt backends).
* The interface has been simplified to two methods: upload and download.
* Now utilizes a more specific URL class for all URL-like arguments.
* All dbt remotes are now hooks too, which means they can use Airflow Connections.
* Implemented a new DbtRemoteGitHook to utilize git repositories as remotes.
* tar file is a new supported archive format for dbt projects.
* Moved dbt configurations to the utilities module.
* dbt configurations are a wrapper to dbt. They exist purely because dbt doesn't have a formalized API outside the CLI.
* Once dbt as a library moves along (see dbt-core as a library https://github.com/dbt-labs/dbt-core/issues/6356), we may drop all of these configurations.
* Much better understanding of how dbt logs things (as in, we now don't log things multiple times).
* Support for Python 3.11.
* Updated documentation.
* Update CI versions.
* Clear up test state to allow tests to be run more than once.

Breaking changes

* Dropped support for Airflow major version 1.
* It required too much work to maintain, and AWS MWAA has offered Airflow >= 2.x for a while now.
* New hook and operator interfaces are incompatible with <=1.0.0 versions.
* Developers extending airflow-dbt-python should be aware of these changes and review the documentation.

1.0.0b2

What's Changed
* feat: Provide env_vars to update environment variables by tomasfarias in https://github.com/tomasfarias/airflow-dbt-python/pull/95


**Full Changelog**: https://github.com/tomasfarias/airflow-dbt-python/compare/v1.0.0b1...v1.0.0b2

1.0.0b1

What's Changed

- Do not read artifact files that don't exist, but log a warning instead.
- Add tests for a git-remote DAG.
- Add tests for DAG used in README.
- Update README and documentation.
- Update CI versions.
- Clear up test state to allow tests to be run more than once.

**Full Changelog**: https://github.com/tomasfarias/airflow-dbt-python/compare/v1.0.0b0...v1.0.0b1

1.0.0b0

Changes:
* airflow-dbt-python operators no longer handle temporary directories.
* airflow-dbt-python operators should be about defining what to execute, not how.
* airflow-dbt-python hooks are the ones that should worry about setting up directories.
* This significantly reduces the complexity in operators.
* Refactored the dbt remote interface (previously dbt backends).
* The interface has been simplified to two methods: upload and download.
* Now utilizes a more specific URL class for all URL-like arguments.
* All dbt remotes are now hooks too, which means they can use Airflow Connections.
* Implemented a new DbtRemoteGitHook to utilize git repositories as remotes.
* tar file is a new supported archive format for dbt projects.
* Moved dbt configurations to the utilities module.
* dbt configurations are a wrapper to dbt. They exist purely because dbt doesn't have a formalized API outside the CLI.
* Once dbt as a library moves along (see dbt-core as a library https://github.com/dbt-labs/dbt-core/issues/6356), we may drop all of these configurations.
* Much better understanding of how dbt logs things (as in, we now don't log things multiple times).
* Support for Python 3.11.
* Updated documentation.

Breaking changes:

* Dropped support for Airflow major version 1.
* It required too much work to maintain, and AWS MWAA has offered Airflow >= 2.x for a while now.

0.15.3

Bug Fixes
- Conditional import for different dbt exceptions [92](https://github.com/tomasfarias/airflow-dbt-python/pull/92) ([Tomás Farías Santana](https://github.com/tomasfarias/airflow-dbt-python/commit/e5c320a00d9ffb1108a9fcce3dcfc753ca5c231d))
- Ignore types of dbt exceptions [92](https://github.com/tomasfarias/airflow-dbt-python/pull/92) ([Tomás Farías Santana](https://github.com/tomasfarias/airflow-dbt-python/commit/b8705f78047cf65096ac349f5ad0143f9a41487b))

Chores
- Patch version bump [92](https://github.com/tomasfarias/airflow-dbt-python/pull/92) ([Tomás Farías Santana](https://github.com/tomasfarias/airflow-dbt-python/commit/48ba2dfc9540e74e043605e053f6d54cd72149b3))

Page 2 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.