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.
An error occurred during the AUTO CDC FROM SNAPSHOT
operation.
Found <count>
rows for key '<key>
' in <provenance>
table for flow '<flowName>
'. Expected at most 1 row per key.
Snapshot version should be independently evaluable from the table.
AUTO CDC FROM SNAPSHOT
get None
returned from the lambda function as the first snapshot source to be processed. Please make sure at least one valid snapshot source available for processing.
APPLY CHANGE
query requires specification of both snapshot and its version. If no snapshot version is expected, please put null as the place-holder as the second value of the returned tuple.
Snapshot version type is not supported.
Invalid snapshot version found for AUTO CDC FROM SNAPSHOT
query to target table '<target>
'. Snapshot version returned was None
but AUTO CDC FROM SNAPSHOT
requires a valid non-null snapshot version for each snapshot DataFrame.
'<tableName>
' already contains a AUTO CDC FROM SNAPSHOT
query '<flowName>
'. Currently, this API only supports one flow per destination.
None snapshot version found.
Snapshot version need to be sortable.