SAAS_CONNECTOR_YAML_CONFIG_SOURCE_RECORD_TRANSFORMATION_ERROR error condition
An error occurred in the SaaS connector source record transformation component.
ADD_FIELDS_INVALID_FIELD_DEFINITION_PATH
Expected a non-zero-length path for the 'AddFields' transformation.
ADD_FIELDS_INVALID_VALUE_TYPE
Invalid value type '<valueType>' for 'AddFields' transformation. Supported types: <supportedTypes>.
ADD_FIELDS_PATH_CONFLICT
'AddFields' transformation cannot create nested path '<path>' because a non-container value already exists at '<conflictingSegment>'.
INVALID_DECIMAL_PRECISION_SCALE
Invalid decimal type parameters: precision=<precision>, scale=<scale>. Precision must be > 0, scale must be >= 0, and scale must be <= precision.
KEY_TRANSFORM_COLLISION
'<transformName>' collision: key '<originalKey>' transforms to '<transformedKey>' which already exists in the record. Rename one of the conflicting source keys to avoid ambiguity.
UNSUPPORTED_TRANSFORMATION_TYPE
Unsupported record transformation type '<transformationType>'.