v0.14.0
Features
- Support Airflow connections for dbt targets #53 (GitHub Action)
Bug Fixes
- Missing dependency #53 (GitHub Action)
- Ensure a profiles.yml file exists #53 (GitHub Action)
- Ignore type in example DAG #53 (GitHub Action)
- Correct minor test issues #53 (GitHub Action)
- examples: Several import and DAG errors #56 (GitHub Action)
- Add missing import and docstring #56 (GitHub Action)
- Drop support for Airflow <2.2 in DAG tests #56 (GitHub Action)
Documentation
- Update documentation to showcase new connection feature #53 (GitHub Action)
- Update example DAGs #56 (GitHub Action)
Tests
- Test for connections without login #53 (GitHub Action)
- dags: Add initial set of example DAG tests #56 (GitHub Action)
- dags: Add more example DAG tests #56 (GitHub Action)
Chores
- Update dependencies due to conflicts between dbt and Airflow #53 (GitHub Action)
- cicd: Update CI/CD to reflect new dependency structure #53 (GitHub Action)
- cicd: Update Airflow 1 version to 1.10.15 #53 (GitHub Action)
- Bump version to 0.14.0 #57 (GitHub Action)
Commits
- Create test connections via Airflow ORM #53 (GitHub Action)