What problem does it solve?
It helps you quickly operate Apache Airflow by listing DAGs and runs, triggering executions, inspecting task logs, and diagnosing broken imports without manually navigating the UI.
Core Features & Use Cases
- DAG discovery and investigation: list DAGs, explore a DAG, inspect source, and review import errors and warnings to catch failures early.
- Run and task operations: trigger runs (optionally wait), diagnose failed runs, list tasks, and retrieve task logs for specific attempts and mapped indexes.
- Airflow system health and configuration: check overall health, view Airflow version, and inspect connections, variables, and pools to resolve operational issues.
- Direct REST exploration via af api: access endpoints for XCom values, event logs/audit trail, backfills, and other features not covered by high-level commands.
Quick Start
Ask the AI to run af dags errors for my Airflow instance to find broken DAG import issues.