Skip to main content
Glama

airflow-mcp-server

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/abhishekbhakat/airflow-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server