get_system_health
Check Apache Airflow system health by identifying import errors, warnings, and DAG statistics to detect potential issues across the entire system.
Instructions
Get overall Airflow system health - import errors, warnings, and DAG stats.
USE THIS TOOL WHEN you need a quick health check of the Airflow system. Returns a consolidated view of potential issues across the entire system.
This is the preferred tool when:
User asks "Are there any problems with Airflow?"
User asks "Show me the system health" or "Any errors?"
You want to do a morning health check
You're starting an investigation and want to see the big picture
Returns combined data:
Import errors (DAG files that failed to parse)
DAG warnings (deprecations, configuration issues)
DAG statistics (run counts by state) if available
Version information
Returns: JSON with system health overview
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||