unpause_dag
Resume scheduled runs for a paused Airflow DAG in a specified environment. This tool reactivates automated workflows by unpausing the DAG to allow triggers to execute again.
Instructions
Unpause a DAG — allows scheduled runs to trigger again.
Args: dag_id: The DAG to unpause. env: Target environment — 'dev', 'uat', 'test', or 'prod'. IMPORTANT: Do NOT guess or default. Ask the user which environment if not specified.
Returns confirmation of the unpause action.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dag_id | Yes | ||
| env | No |