Airflow-dbt-python

Latest version: v2.0.1

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

Scan your dependencies

Page 3 of 7

0.15.2

Bug Fixes
- Tagged release CD should wait for CI check ([Tomás Farías Santana](https://github.com/tomasfarias/airflow-dbt-python/commit/763569b65c97658a9b621f7c19081a4bc60d72d0))
- Avoid heavy imports in operator constructor [86](https://github.com/tomasfarias/airflow-dbt-python/pull/86) ([Michael Manganiello](https://github.com/tomasfarias/airflow-dbt-python/commit/ed205ca9b74cdacf714a9201c239f7d9b709f9bc))

Chores
- Skip badge update on PR ([Tomás Farías Santana](https://github.com/tomasfarias/airflow-dbt-python/commit/3ca0fa2447ec8f806805b12d2cb7bc34b45e1b45))
- Bump patch version ([GitHub Action](https://github.com/tomasfarias/airflow-dbt-python/commit/80c9becfaf17bdb1af88586fa3c2985e08cf164d))

0.15.1

What's Changed

* fix: Avoid heavy top-level imports in operators by adamantike in https://github.com/tomasfarias/airflow-dbt-python/pull/85

This results in great speed-ups when populating a `DagBag` and can avoid having to set higher import timeouts.

Under the hood
* chore(cicd): Alter testing strategy in GitHub Actions by tomasfarias in https://github.com/tomasfarias/airflow-dbt-python/pull/78
* fix(docs): Fix install docs for apache-airflow providers by tomasfarias in https://github.com/tomasfarias/airflow-dbt-python/pull/81
* feat(test): Add DAG that uses Airflow connection to tests by tomasfarias in https://github.com/tomasfarias/airflow-dbt-python/pull/82
* feat: CI/CD updates by tomasfarias in https://github.com/tomasfarias/airflow-dbt-python/pull/83
* chore: Update flake8 pre-commit URL to point to GitHub repository by adamantike in https://github.com/tomasfarias/airflow-dbt-python/pull/84


New Contributors
* adamantike made their first contribution in https://github.com/tomasfarias/airflow-dbt-python/pull/84

**Full Changelog**: https://github.com/tomasfarias/airflow-dbt-python/compare/v0.15.0...v0.15.1

0.15.0

Features
- Update poetry to v1.2.0 [76](https://github.com/tomasfarias/airflow-dbt-python/pull/76) ([GitHub Action](https://github.com/tomasfarias/airflow-dbt-python/commit/cb55f59570060322abcd21ad82a4999af3e5b45c))
- Initialize dbt logging when running task [77](https://github.com/tomasfarias/airflow-dbt-python/pull/77) ([GitHub Action](https://github.com/tomasfarias/airflow-dbt-python/commit/215478b61c57198dd5be779a8457f33ee80516da))

Bug Fixes
- Update scope for fixtures depending on dbt_project_file [77](https://github.com/tomasfarias/airflow-dbt-python/pull/77) ([GitHub Action](https://github.com/tomasfarias/airflow-dbt-python/commit/4f4a952a8a62f8ae7092cbff3f671c3faf68eb22))
- Update logging tests to account for new setup [77](https://github.com/tomasfarias/airflow-dbt-python/pull/77) ([GitHub Action](https://github.com/tomasfarias/airflow-dbt-python/commit/d3d733d76a9344fbb7c059c39c2b65090fafc735))
- **test**: dbt deps should change logs [77](https://github.com/tomasfarias/airflow-dbt-python/pull/77) ([GitHub Action](https://github.com/tomasfarias/airflow-dbt-python/commit/87b3b5246adef51c78691741564e5c8f089ed2bd))

Tests
- Add test for saving logs to different log-path [77](https://github.com/tomasfarias/airflow-dbt-python/pull/77) ([GitHub Action](https://github.com/tomasfarias/airflow-dbt-python/commit/f061a23a30f6d9586bdb0894206b8402b6fb3a1a))

Chores
- Development dependency bumps [77](https://github.com/tomasfarias/airflow-dbt-python/pull/77) ([GitHub Action](https://github.com/tomasfarias/airflow-dbt-python/commit/55b03302e5ac17ad05c69946876246bbf3c5d47d))
- Bump minor version ([GitHub Action](https://github.com/tomasfarias/airflow-dbt-python/commit/04f6fa45b1f3f8a0864451367288414c764ad2f3))

Commits
- be94236: "dbt" instead of "dby" in the install statement (Daniel Pineda Jaramillo) [69](https://github.com/tomasfarias/airflow-dbt-python/pull/69)

0.14.5

Bug Fixes
- Correct casting of run-operation args to str [66](https://github.com/tomasfarias/airflow-dbt-python/pull/66) ([GitHub Action](https://github.com/tomasfarias/airflow-dbt-python/commit/37da708ee790f52eeeb2c430bd5d30ccf8ecd75a))

0.14.4

Features
- Add dbt-spark adapter as an optional and extra dependency [64](https://github.com/tomasfarias/airflow-dbt-python/pull/64) ([GitHub Action](https://github.com/tomasfarias/airflow-dbt-python/commit/415459b5a4364586b6f8c6fef9954b40ee74f506))

Documentation
- Update docs font and extensions ([GitHub Action](https://github.com/tomasfarias/airflow-dbt-python/commit/40cd92ec485c5e2c395ce82321bc7350b57b5bc2))
- Minor README updates ([GitHub Action](https://github.com/tomasfarias/airflow-dbt-python/commit/b8b8eb6173e3aa2daf6161ca36062ef3a3099ead))

Chores
- Bump version to 0.14.4 ([GitHub Action](https://github.com/tomasfarias/airflow-dbt-python/commit/c85a189c9b6bd30c3e1953993eef5a302717d278))

0.14.3

Features
- Support Python 3.10 [61](https://github.com/tomasfarias/airflow-dbt-python/pull/61) ([GitHub Action](https://github.com/tomasfarias/airflow-dbt-python/commit/979a9a588565278fb75ba61d5584f7d791ca7151))

Documentation
- Update README and docs to mention Python 3.10 support [61](https://github.com/tomasfarias/airflow-dbt-python/pull/61) ([GitHub Action](https://github.com/tomasfarias/airflow-dbt-python/commit/3277dc910c21924333fb10a506e3c626f01809b2))

Chores
- Bump version to 0.14.3 [61](https://github.com/tomasfarias/airflow-dbt-python/pull/61) ([GitHub Action](https://github.com/tomasfarias/airflow-dbt-python/commit/b16fac5f33ebacabc7998e1918db761411303627))

Page 3 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.