UNSUPPORTED_REWIND error condition

SQLSTATE: 0A000

Rewind operations are not supported.

CHECKPOINT_NOT_UPGRADED

The pipeline's checkpoints have not yet been upgraded for rewind. Flow '<flowIdentifier>' writing to '<destination>' is still on the legacy checkpoint format.

This most likely indicates that the flow has not completed a batch successfully after the enablement of time travel.

DBR_VERSION_TOO_LOW

This version of Azure Databricks Runtime does not support rewind operations.

FEATURE_FLAG_DISABLED

Rewind operations are not yet enabled for this workspace.

Please contact Azure Databricks support to enable the rewind feature for your workspace.

TIME_TRAVEL_NOT_ENABLED

Rewind operations require time travel to be enabled for this pipeline.

Please set 'pipelines.timeTravel.enabled' to 'true' and run an update before requesting a rewind.