airflow-mcp-server

by abhishekbhakat
Verified

set_mapped_task_instance_note

set_mapped_task_instance_note

Input Schema

NameRequiredDescriptionDefault
dag_idNo
dag_run_idNo
map_indexNo
noteNo
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" }, "map_index": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Map Index" }, "note": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Note" }, "task_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Task Id" } }, "title": "set_mapped_task_instance_note_input", "type": "object" }