unpause
Contents
Definition
Resumes one or more DAGs. This command allows to restore the execution of specified DAGs, enabling further task scheduling.
Usage
$ airflow dags unpause [-h] [-o table, json, yaml, plain] [-S SUBDIR]
[--treat-dag-id-as-regex] [-v] [-y]
dag_id
Arguments
| Parameter | Description |
|---|---|
dag_id |
ID of the DAG |
--treat-dag-id-as-regex |
If set, |
-o, --output |
Output format. Possible values: |
-S, --subdir |
File or directory location for DAGs. Defaults to |
-h, --help |
Print out the help manual for this command |
-v, --verbose |
Make logging output more verbose |
-y, --yes |
Do not prompt for confirmation |