airflow dags next-execution <dag_id>

Get the next execution datetimes of a DAG

Arguments

NameDescription
dag_idThe id of the dag

Options

NameDescription
-h, --helpShow this help message and exit
-n, --num-executions <num_executions>The number of next execution datetimes to show
-S, --subdir <subdir>File location or directory from which to look for the dag. Defaults to '[AIRFLOW_HOME]/dags' where [AIRFLOW_HOME] is the value you set for 'AIRFLOW_HOME' config you set in 'airflow.cfg'