#airflow
Read more stories on Hashnode
Articles with this tag
Airflow: platform to program workflows. DAG: workflow made up of tasks with dependencies. Define a DAG in Python: from airflow.models import DAG from...