Skip to main content

DELTA_DEEP_CLONE_STREAMING_TABLE_ERROR error condition

SQLSTATE: 0A000

Deep clone of streaming table failed:

LOCATION_NOT_SUPPORTED

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

OLD_ARCHITECTURE_NOT_SUPPORTED

Only streaming 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

Scheduled streaming tables are not supported for deep clone.

TIME_TRAVEL_NOT_SUPPORTED

Time travel is not supported for streaming table deep clone.