list_import_errors
Identifies and retrieves import errors in Apache Airflow clusters, enabling efficient debugging with customizable limits and offsets for precise error tracking.
Instructions
[Tool Role]: Lists import errors with optional filtering.
Args: limit: Maximum number of import errors to return (default: 20, increased from 20 for better coverage) offset: Number of entries to skip (default: 0)
Returns: List of import errors: import_errors, total_entries, limit, offset, pagination metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
offset | No |