Dela via


DC_SCHEMA_CHANGE_ERROR error condition

SQLSTATE: ingen tilldelad

En schemaändring har inträffat i tabell <tableName> för den <sourceName> källan.

COLUMN_RENAME

Nya kolumner <newColumns> lades till och befintliga kolumner <missingColumns> togs bort samtidigt. Det är möjligt att en eller flera kolumner har bytt namn. Please perform a FULL REFRESH on the specific destination table.

COLUMN_TYPE_CHANGE

Datatyperna för kolumner <columnNames> har ändrats. Kör hela pipelinen igen eller uppdatera den specifika måltabellen för att tillämpa de nya datatyperna.

CURSOR_KEY_CHANGE

Markörnyckeln har ändrats från <oldKey> till <newKey>. Please perform a FULL REFRESH on the specific destination table.

DROP_COLUMNS

Kolumner <droppedColumns> togs bort. Kör hela pipelinen igen eller uppdatera den specifika måltabellen för att uppdatera det nya schemat.

DROP_TABLE

The target table was dropped from the source. It will be removed from the pipeline in the next run but the destination will be retained. To remove the destination table, please manually drop it.

INCOMPATIBLE_COLUMN_TYPE_CHANGE

Datatyperna för minst en av kolumnerna <columnNames> har ändrats och kan inte bearbetas korrekt. Please perform a FULL REFRESH on the specific destination table.

NEW_COLUMNS

Nya kolumner <newColumns> har lagts till. Kör hela pipelinen igen eller uppdatera den specifika måltabellen så att den innehåller de nya kolumnerna.

PRIMARY_KEY_CHANGE

Primärnyckeln ändrades från <oldKey> till <newKey>. Please perform a FULL REFRESH on the specific destination table.