DC_UNSUPPORTED_ERROR error class

SQLSTATE: 0A000

Unsupported error happened in data source <sourceName>.

SFDC_BULK_API_UNSUPPORTED_OBJECT

Object <objectName> is not supported by Salesforce BULK api.

SFDC_REST_API_UNSUPPORTED_OBJECT

Object <objectName> is not supported by Salesforce REST api because object has too many fields to be queried by no primary key or cursor key defined.

UNSUPPORTED_FIELD_TYPE

The field <fieldName> of object <objectName> has a type <fieldType> that is not supported in Spark. Please exclude this field by specify <selectedCols> in source options.

UNSUPPORTED_OPERATION

Operation <operation> is not supported.

UNSUPPORTED_SCHEMA_CHANGE

Schema of table <tableName> has changed during streaming query. Schema change is not supported for <sourceName> connector, please restart the query from a fresh checkpoint directory.

UNSUPPORTED_SFDC_OBJECT

Object <objectName> is not supported.

UNSUPPORTED_SOURCE

Data source <sourceName> is not supported.