Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
The rewind specification is invalid
BEYOND_RETENTION
The rewind target version <restoreVersion> for table '<tableName>' is no longer available in the Delta log.
This typically means the version has been removed by log cleanup.
CHECKPOINT_BEYOND_RETENTION
The streaming checkpoint for flow '<flowIdentifier>' on table '<tableName>' does not contain the target batch version <resetVersion>.
This typically means the checkpoint has been cleaned up by retention policies.
INCONSISTENT_UPSTREAM_CHECKPOINT_RESET
Table '<tableName>' has upstream tables with inconsistent checkpoint reset settings.
All upstream tables must have the same resetCheckpoints value. Either all upstreams should reset checkpoints or none should.
INVALID_CASCADE_CONFIGURATION
Table '<downstreamTable>' is configured with cascade=false, but it depends on table '<upstreamTable>' which is configured with cascade=true.
When a table is rewound with cascade=true, all its downstream dependent tables must also be rewound to maintain data consistency. Setting cascade=false on a downstream table would create inconsistent data.
MULTIPLE_REWIND_TARGETS
Both rewind_timestamp and rewind_point_id were specified.
Exactly one of these fields must be set on a RewindSpec.
NO_ALIGNED_VERSION
No valid aligned checkpoint version found for table '<tableIdentifier>' when searching from version <startVersion>.
The downstream table has consumed data beyond all upstream rewind points at every version in its history.
This may indicate that the upstream tables were rewound to a point before the downstream table ever consumed from them.
NO_REWIND_TARGET
Neither rewind_timestamp nor rewind_point_id was specified.
Exactly one of these fields must be set on a RewindSpec.
REWIND_POINT_NOT_FOUND
No rewind summary with id '<rewindPointId>' was found in the pipeline event log.
TABLE_NOT_FOUND
The dataset '<datasetName>' does not exist in the pipeline.