Pular para o conteúdo principal

SAAS_CONNECTOR_API_SOURCE_SCHEMA_ERROR error condition

SQLSTATE: KD000

Unable to validate the configuration for source '<sourceName>'. Please file a ticket.

API_SOURCE_CONFIG_INVALID_OPTION_TYPE​

Unsupported <inputName> value_type '<valueType>' for option '<optionName>' in source '<sourceName>'. Supported types: <supportedTypes>.

API_SOURCE_CONFIG_INVALID_OPTION_VALUE​

Invalid <inputName> option '<optionName>' for source '<sourceName>': expected <expectedType>. <reason>

API_SOURCE_CONFIG_MISSING_REQUIRED_OPTION​

Missing required <inputName> option '<optionName>' for source '<sourceName>'.

API_SOURCE_CONFIG_UNKNOWN_OPTION​

Unknown <inputName> option '<optionName>' for source '<sourceName>'. Allowed options: <allowedOptions>.

DUPLICATE_TABLE_NAMES​

Duplicate table names found in manifest: <duplicates>. Each table name must be unique.

EMPTY_YAML_CONTENT​

YAML content is empty or null.

INVALID_DELETE_COLUMN​

Table '<tableName>': delete_column '<columnName>' not found in schema. Available columns: <availableColumns>

INVALID_FIELD_TYPE​

Field '<fieldName>' has invalid type. Expected <expectedType>, got <actualType>.

INVALID_JSON_BODY​

Existing request body is not valid JSON: <error>

INVALID_YAML_SYNTAX​

The YAML syntax is invalid: <parsingError>

MANIFEST_NOT_FOUND​

Manifest for connector '<sourceName>' was not found on the classpath at '<resourcePath>'.

MISSING_REQUIRED_FIELD​

Required field '<fieldName>' is missing.

UNKNOWN_FIELD​

Unknown field '<fieldName>' found in configuration.

VALIDATION_FAILED​

Schema validation failed: <errors>