fetch_dags
Retrieve and filter DAGs from Apache Airflow using customizable parameters like tags, status, and naming patterns for efficient workflow management.
Instructions
Fetch all DAGs
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dag_id_pattern | No | ||
limit | No | ||
offset | No | ||
only_active | No | ||
order_by | No | ||
paused | No | ||
tags | No |