dag_run_duration
Analyze DAG run durations by retrieving statistics for a specific DAG ID, customizable with a limit on recent runs to improve data accuracy and insights.
Instructions
[Tool Role]: Retrieves run duration statistics for a specific DAG.
Args: dag_id: The DAG ID to get run durations for limit: Maximum number of recent runs to analyze (default: 50, increased from 10 for better statistics)
Returns: DAG run duration data: dag_id, runs, statistics
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dag_id | Yes | ||
limit | No |