SYNCED_TABLE_USER_ERROR error condition
Synced table pipeline user error.
PRIMARY_KEY_CONSTRAINT_VIOLATION
Instance: <instance>
. Duplicate rows detected based on primary key. Detail: <detail>
This likely indicates a misconfiguration of primary key columns.
Please verify that you are using the correct set of primary keys
from the source Delta table: <srcTableName>
.
To resolve this issue, create a new synced table with the correct
primary key configuration.
TARGET_DATABASE_FULL
The target database <databaseName>
space is full. Not able to continue to ingest.