get_dag_tasks
Retrieve tasks associated with a specific DAG in Apache Airflow using this tool, enabling efficient DAG management and workflow monitoring.
Instructions
Get tasks for DAG
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dag_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"dag_id": {
"title": "Dag Id",
"type": "string"
}
},
"required": [
"dag_id"
],
"title": "get_dag_tasksArguments",
"type": "object"
}