airflow.operators.subdag_operator — Airflow Documentation
airflow.apache.org › subdag_operatorJan 10, 2012 · class SubDagOperator (BaseOperator): """ This runs a sub dag. By convention, a sub dag's dag_id should be prefixed by its parent and a dot. As in `parent.child`.:param subdag: the DAG object to run as a subdag of the current DAG.:type subdag: airflow.models.DAG:param dag: the parent DAG for the subdag.:type dag: airflow.models.DAG:param executor: the executor for this subdag.
airflow-2.x – Docker Questions
dockerquestions.com › tag › airflow-2-xNot able to start airflow webserver in background in docker . I am trying to run airflow on an anaconda3 docker image. Everything is working fine, except I am not able to run airflow webserver and scheduler in the background using: airflow webserver -D airflow scheduler -D Both of them start in the foreground and I have to open a new terminal for them to run.