airflow-mcp-server

by abhishekbhakat
Verified

post_set_task_instances_state

Change the state of task instances in Airflow workflows by specifying DAG, task, and run details. Supports updating downstream, upstream, past, and future tasks, with options for dry run and custom states.

Instructions

post_set_task_instances_state

Input Schema

NameRequiredDescriptionDefault
dag_idNo
dag_run_idNo
dry_runNo
execution_dateNo
include_downstreamNo
include_futureNo
include_pastNo
include_upstreamNo
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" }, "execution_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Execution Date" }, "include_downstream": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Include Downstream" }, "include_future": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Include Future" }, "include_past": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Include Past" }, "include_upstream": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Include Upstream" }, "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": "post_set_task_instances_state_input", "type": "object" }

You must be authenticated.

Other Tools from airflow-mcp-server

Related Tools

ID: 6gjq9w80xr