list_dag_warnings
Get warnings and issues detected in DAG definitions to identify configuration problems and deprecations in your Airflow workflows.
Instructions
Get warnings and issues detected in DAG definitions.
Use this tool when the user asks about:
"Are there any DAG warnings?" or "Show me DAG issues"
"What problems exist with my DAGs?" or "Any DAG errors?"
"Check DAG health" or "Show me DAG validation warnings"
"What's wrong with my workflows?"
Returns warnings about DAG configuration issues including:
dag_id: Which DAG has the warning
warning_type: Type of warning (e.g., deprecation, configuration issue)
message: Description of the warning
timestamp: When the warning was detected
Returns: JSON with list of DAG warnings and their details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |