Useful utilities for Apache Airflow, courtesy of HelloHeart.
It supports Python 3.6 - 3.8.
Latest release are uploaded to PyPi, install using pip:
pip install helloheart-airflow-utils
Install latest development version, clone the repository and install using Poetry:
git clone https://github.com/Hello-Heart/helloheart-airflow-utils
cd helloheart-airflow-utils
poetry install
For testing a single Python version, use pytest (after installing from source):
pytest tests
For testing multiple Python versions, use tox:
tox