Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
SQLSTATE: none assigned
A schema change has occurred in table <tableName>
of the <sourceName>
source.
New columns <newColumns>
were added and existing columns <missingColumns>
were dropped simultaneously. It's possible that one or more columns were renamed. Please perform a FULL REFRESH
on the specific destination table.
The data types of columns <columnNames>
were changed. Please re-run the entire pipeline or refresh the specific destination table to apply the new data types.
The cursor key was changed from <oldKey>
to <newKey>
. Please perform a FULL REFRESH
on the specific destination table.
Columns <droppedColumns>
were dropped. Please re-run the entire pipeline or refresh the specific destination table to update the new schema.
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.
The data types of at least one of the columns <columnNames>
were changed and cannot be processed properly. Please perform a FULL REFRESH
on the specific destination table.
New columns <newColumns>
were added. Please re-run the entire pipeline or refresh the specific destination table to include the new columns.
The primary key was changed from <oldKey>
to <newKey>
. Please perform a FULL REFRESH
on the specific destination table.