INVALID_REWIND_SPECIFICATION error condition
The rewind specification is invalid
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.