next-execution
Contents
Definition
Gets time and date of the next DAG execution. Returns one execution unless the --num-executions option is provided.
Usage
$ airflow dags next-execution [-h] [-n NUM_EXECUTIONS] [-S SUBDIR] [-v] dag_id
Arguments
| Parameter | Description |
|---|---|
dag_id |
The ID of the DAG |
-n, --num-executions |
The number of next execution dates to show. Default: |
-S, --subdir |
File or directory location of the DAG. Defaults to |
-h, --help |
Print out the help manual for this command |
-v, --verbose |
Make logging output more verbose |