Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
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.
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.
TABLE_NOT_FOUND
The dataset '<datasetName>' does not exist in the pipeline.