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.
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.
TABLE_NOT_FOUND
The dataset '<datasetName>' does not exist in the pipeline.