Skip to main content

DELTA_DEEP_CLONE_MV_ST_ERROR error condition

SQLSTATE: 0A000

Deep clone of a streaming table or materialized view failed:

LOCATION_NOT_SUPPORTED

Specifying a LOCATION is not supported. The cloned table uses managed storage.

OLD_ARCHITECTURE_NOT_SUPPORTED

Only tables using the default publishing mode are supported.

REQUIRES_WITH_HISTORY

WITH HISTORY is required. Use CREATE TABLE ... DEEP CLONE ... WITH HISTORY.

SCHEDULED_TABLE_NOT_SUPPORTED

Tables with a schedule are not supported for deep clone.

TIME_TRAVEL_NOT_SUPPORTED

Time travel is not supported for deep clone.