v0.15.1 Release
What's Changed
- fix: Avoid heavy top-level imports in operators by @adamantike in #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 #78
- fix(docs): Fix install docs for apache-airflow providers by @tomasfarias in #81
- feat(test): Add DAG that uses Airflow connection to tests by @tomasfarias in #82
- feat: CI/CD updates by @tomasfarias in #83
- chore: Update flake8 pre-commit URL to point to GitHub repository by @adamantike in #84
New Contributors
- @adamantike made their first contribution in #84
Full Changelog: v0.15.0...v0.15.1