airflow-mcp-server

by abhishekbhakat
Verified

get_dataset_events

Fetch and filter dataset events by ID, source task, run, or DAG, with options to limit, offset, and order results for precise data extraction.

Instructions

get_dataset_events

Input Schema

NameRequiredDescriptionDefault
dataset_idNo
limitNo
offsetNo
order_byNo
source_dag_idNo
source_map_indexNo
source_run_idNo
source_task_idNo

Input Schema (JSON Schema)

{ "properties": { "dataset_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Dataset Id" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Offset" }, "order_by": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Order By" }, "source_dag_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Source Dag Id" }, "source_map_index": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Source Map Index" }, "source_run_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Source Run Id" }, "source_task_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Source Task Id" } }, "title": "get_dataset_events_input", "type": "object" }

You must be authenticated.

Other Tools from airflow-mcp-server

Related Tools

ID: 6gjq9w80xr