A reference implementation of hooks and operators for airflow
Create and activate a virtual env:
python3 -m venv env
source env/bin/activate
Install the CI requirements:
cd scripts/ci
pip install -r requirements.txt
Run the tests from the root directory:
cd ../..
./run_unit_tests.sh
Run the "behave" tests:
./run_behave.sh
Install the "requirements.txt" from the root directory:
cd /
pip install -r requirements.txt
Then install the project through setup.py:
python setup.py install