Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Schema loader error for source '<sourceName>'.
ADD_SCHEMA_FIELDS_UNKNOWN_FIELD_TYPE
AddSchemaFields field '<fieldName>' has unknown type '<typeName>'. Supported: <supported>.
DYNAMIC_SCHEMA_KEY_EXTRACTION_FAILED
Failed to extract key using key_pointer '<pointer>'. Verify the pointer path matches the schema API response structure.
EMPTY_SCHEMA
Schema loader returned an empty schema. Verify the schema loader configuration.
MISSING_SCHEMA_LOADER_CONFIG
schema_loader section has no 'type' and no inline 'schema'. Specify either a loader type or an inline schema definition.
SCHEMA_CONVERSION_ERROR
Failed to parse schema DDL to Spark StructType: <reason>
SCHEMA_POINTER_RESOLUTION_FAILED
schema_pointer '<pointer>' could not be resolved in the API response. Verify the pointer path matches the schema API response structure.
SCHEMA_TRANSFORMATION_COLLISION
<transformName> produced duplicate field name '<transformedKey>' (from original key '<originalKey>'). Rename one of the conflicting source fields.
TYPE_MAPPING_CONDITION_NOT_BOOLEAN
Type mapping condition for '<currentType>' did not evaluate to a boolean. Condition: '<condition>', result: '<result>'. Expected 'true' or 'false'.
UNSUPPORTED_SCHEMA_LOADER_TYPE
Unsupported schema loader type '<loaderType>'. Supported: <supported>.
UNSUPPORTED_SCHEMA_TRANSFORMATION_TYPE
Unsupported schema transformation type '<transformationType>'. Supported: <supported>.