DC_UNSUPPORTED_ERROR error class
Unsupported error happened in data source <sourceName>
.
SFDC_REST_API_UNSUPPORTED_OBJECT
Object <objectName>
is not supported by the Salesforce REST API because the object has too many fields to query without a primary key or a sequence key.
UNSUPPORTED_FIELD_TYPE
The field <fieldName>
of table <tableName>
has a type <fieldType>
that is not supported in Spark. Please exclude the table in the pipeline configuration.
UNSUPPORTED_SCHEMA_CHANGE
Schema of table <tableName>
has changed during streaming query. This schema change is not supported for <sourceName>
connector. Please perform a FULL REFRESH on the specific destination table.