airflow-mcp-server

by abhishekbhakat
Verified

patch_dags

patch_dags

Input Schema

NameRequiredDescriptionDefault
dag_display_nameNo
dag_idNo
dag_id_patternNo
default_viewNo
descriptionNo
file_tokenNo
filelocNo
has_import_errorsNo
has_task_concurrency_limitsNo
is_activeNo
is_pausedNo
is_subdagNo
last_expiredNo
last_parsed_timeNo
last_pickledNo
limitNo
max_active_runsNo
max_active_tasksNo
max_consecutive_failed_dag_runsNo
next_dagrunNo
next_dagrun_create_afterNo
next_dagrun_data_interval_endNo
next_dagrun_data_interval_startNo
offsetNo
only_activeNo
ownersNo
pickle_idNo
root_dag_idNo
schedule_intervalNo
scheduler_lockNo
tagsNo
timetable_descriptionNo
update_maskNo

Input Schema (JSON Schema)

{ "properties": { "dag_display_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Display Name" }, "dag_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Id" }, "dag_id_pattern": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Id Pattern" }, "default_view": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Default View" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "file_token": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "File Token" }, "fileloc": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Fileloc" }, "has_import_errors": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Has Import Errors" }, "has_task_concurrency_limits": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Has Task Concurrency Limits" }, "is_active": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Is Active" }, "is_paused": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Is Paused" }, "is_subdag": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Is Subdag" }, "last_expired": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Last Expired" }, "last_parsed_time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Last Parsed Time" }, "last_pickled": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Last Pickled" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "max_active_runs": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Max Active Runs" }, "max_active_tasks": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Max Active Tasks" }, "max_consecutive_failed_dag_runs": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Max Consecutive Failed Dag Runs" }, "next_dagrun": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Next Dagrun" }, "next_dagrun_create_after": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Next Dagrun Create After" }, "next_dagrun_data_interval_end": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Next Dagrun Data Interval End" }, "next_dagrun_data_interval_start": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Next Dagrun Data Interval Start" }, "offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Offset" }, "only_active": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Only Active" }, "owners": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Owners" }, "pickle_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Pickle Id" }, "root_dag_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Root Dag Id" }, "schedule_interval": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Schedule Interval" }, "scheduler_lock": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Scheduler Lock" }, "tags": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Tags" }, "timetable_description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Timetable Description" }, "update_mask": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Update Mask" } }, "title": "patch_dags_input", "type": "object" }