running_dags
Monitor and retrieve detailed information on all currently running DAGs in an Apache Airflow cluster using this tool, providing essential insights for workflow management and optimization.
Instructions
[Tool Role]: Lists all currently running DAG runs in the Airflow cluster.
Returns: List of running DAG runs with comprehensive info: dag_id, run_id, state, execution_date, start_date, end_date, data_interval_start, data_interval_end, run_type, conf, external_trigger, dag_display_name
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |