An error occurred during the APPLY CHANGES 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.
APPLY CHANGES 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 APPLY CHANGES FROM SNAPSHOT
query to target table '<target>
'. Snapshot version returned was None
but APPLY CHANGE FROM SNAPSHOT
requires a valid non-null snapshot version for each snapshot DataFrame.
'<tableName>
' already contains a APPLY CHANGE INTO SNAPSHOT
query '<flowName>
'. Currently, this API only supports one flow per destination.
None snapshot version found.
Snapshot version need to be sortable.