Airflow
Installing Airflow Locally
Install Script # Airflow needs a home. `~/airflow` is the default, but you can put it # somewhe...
TriggerDAGRunOperator
You can use wait_for_completion=True and it will detect whether the dag passed or failed. If y...
Handling non-string DAG parameters
You may need to pass a dag parameter to an operator using templates - however, it may be importan...