get_dag
Retrieve detailed information about a specific Apache Airflow DAG in Amazon MWAA environments, including schedule, tags, and current state.
Instructions
Get details about a specific DAG.
Args: environment_name: Name of the MWAA environment dag_id: The DAG ID
Returns: Dictionary containing DAG details including schedule, tags, and state
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment_name | Yes | ||
| dag_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||