MCP Server for Apache Airflow

get_import_error

Get details of a specific import error

Input Schema

NameRequiredDescriptionDefault
import_error_idYesThe ID of the import error to retrieve

Input Schema (JSON Schema)

{ "properties": { "import_error_id": { "description": "The ID of the import error to retrieve", "type": "integer" } }, "required": [ "import_error_id" ], "type": "object" }