Testing Apache Airflow
Apache Airflow DAG and plugin test
Code are on github
Summary Apache Airflow is Python based workflow scheduler. You have to know Python to use it. I will focus on how writing a DAG, the workflow definition in Python. Then I will adapt the code into an Airflow plugin to make the DAG file more readable.
References: Apache Airflow Github Airflow Docker image DAGS The Python workflow definition files are stored in a subdirectory defined in airflow.
[Read More]