airflow-mcp-server

by abhishekbhakat
Verified

get_dag_warnings

get_dag_warnings

Input Schema

NameRequiredDescriptionDefault
dag_idNo
limitNo
offsetNo
order_byNo
warning_typeNo

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Id" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Offset" }, "order_by": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Order By" }, "warning_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Warning Type" } }, "title": "get_dag_warnings_input", "type": "object" }