airflow-mcp-server

by abhishekbhakat
Verified

get_dag_dataset_queued_event

Retrieve queued event details for specific DAG datasets in Airflow by specifying DAG ID, URI, or timestamp. Enhances monitoring and debugging of dataset-triggered workflows.

Instructions

get_dag_dataset_queued_event

Input Schema

NameRequiredDescriptionDefault
beforeNo
dag_idNo
uriNo

Input Schema (JSON Schema)

{ "properties": { "before": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Before" }, "dag_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Id" }, "uri": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Uri" } }, "title": "get_dag_dataset_queued_event_input", "type": "object" }

You must be authenticated.

Other Tools from airflow-mcp-server

Related Tools

ID: 6gjq9w80xr