Airflow ======= **3 probes** Metadata -------- .. list-table:: :header-rows: 1 :widths: 40 60 * - Probe - Description * - ``airflow.metadata.connections`` - List Airflow connections with type, host, schema (passwords masked) * - ``airflow.metadata.dags`` - List all Airflow DAGs with schedule, owner, status, and tags * - ``airflow.metadata.tasks`` - Extract tasks and dependency graph from all active DAGs