airflow-mcp-server

by abhishekbhakat
Verified

get_dataset_queued_events

Retrieve queued dataset events by specifying a timestamp or URI, enabling tracking and management of pending data tasks in the Airflow MCP server.

Instructions

get_dataset_queued_events

Input Schema

NameRequiredDescriptionDefault
beforeNo
uriNo

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from airflow-mcp-server

Related Tools

ID: 6gjq9w80xr