airflow-mcp-server

by abhishekbhakat
Verified

get_task_instance_dependencies

get_task_instance_dependencies

Input Schema

NameRequiredDescriptionDefault
dag_idNo
dag_run_idNo
task_idNo

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Id" }, "dag_run_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Run Id" }, "task_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Task Id" } }, "title": "get_task_instance_dependencies_input", "type": "object" }