airflow-mcp-server

by abhishekbhakat
Verified

post_dag_run

post_dag_run

Input Schema

NameRequiredDescriptionDefault
confNo
dag_idNo
dag_run_idNo
data_interval_endNo
data_interval_startNo
end_dateNo
execution_dateNo
external_triggerNo
last_scheduling_decisionNo
logical_dateNo
noteNo
run_typeNo
start_dateNo
stateNo

Input Schema (JSON Schema)

{ "properties": { "conf": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Conf" }, "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" }, "data_interval_end": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Data Interval End" }, "data_interval_start": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Data Interval Start" }, "end_date": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "End Date" }, "execution_date": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Execution Date" }, "external_trigger": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "External Trigger" }, "last_scheduling_decision": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Last Scheduling Decision" }, "logical_date": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Logical Date" }, "note": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Note" }, "run_type": { "anyOf": [ { "enum": [ "backfill", "manual", "scheduled", "dataset_triggered" ], "type": "string" }, { "type": "null" } ], "default": null, "title": "Run Type" }, "start_date": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Start Date" }, "state": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "State" } }, "title": "post_dag_run_input", "type": "object" }