airflow-mcp-server

by abhishekbhakat
Verified

patch_mapped_task_instance

Modify the state of a mapped task instance in Apache Airflow by specifying DAG ID, task ID, map index, and new state. Supports dry runs for testing updates.

Instructions

patch_mapped_task_instance

Input Schema

NameRequiredDescriptionDefault
dag_idNo
dag_run_idNo
dry_runNo
map_indexNo
new_stateNo
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" }, "dry_run": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Dry Run" }, "map_index": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Map Index" }, "new_state": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "New State" }, "task_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Task Id" } }, "title": "patch_mapped_task_instance_input", "type": "object" }

You must be authenticated.

Other Tools from airflow-mcp-server

Related Tools

ID: 6gjq9w80xr