airflow-mcp-server

by abhishekbhakat
Verified

get_dag_warnings

Retrieve and analyze DAG warnings from the Airflow MCP server, filtering by type, ID, or order, with customizable limit and offset for efficient monitoring and debugging.

Instructions

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" }

You must be authenticated.

Other Tools from airflow-mcp-server

Related Tools

ID: 6gjq9w80xr