get_import_error
Identify and resolve specific import errors in Apache Airflow by retrieving detailed information using the import error ID. Access precise error data for troubleshooting and system maintenance.
Instructions
Get a specific import error by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
import_error_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"import_error_id": {
"title": "Import Error Id",
"type": "integer"
}
},
"required": [
"import_error_id"
],
"title": "get_import_errorArguments",
"type": "object"
}