cancel
Showing results for 
Search instead for 
Did you mean: 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to clone delta live table

Anish_2
New Contributor

Hello Team,

In order to avoid any cost of running workflow for historical data, i am trying DEEP clone in order to copy data of streaming table from PROD workspace to QA workspace but it is giving below error. Please suggest some efficient data copy method for delta live tables for historical data.

[STREAMING_TABLE_OPERATION_NOT_ALLOWED.UNSUPPORTED_OPERATION] The operation CLONE is not allowed: The operation is not supported on Streaming Tables. SQLSTATE: 42601

1 REPLY 1

szymon_dybczak
Contributor III

Hi @Anish_2 ,

This is well known limitation of DLT. You can read about it at limitation section in documentation. Conclusion is following. If you want to have ability to use all feature of delta protocol, it's better not to use dlt framework. It's great too, but it comes with several limitation

https://docs.databricks.com/en/delta/clone-unity-catalog.html

Regarding copying data from dlt table, you have limited option. Take a look look at below discussion:

https://stackoverflow.com/questions/77186431/blue-green-deployment-table-cloning-and-delta-live-tabl...

Conclusion is following. If you want to have ability to use all features of delta protocol, it's better not to use dlt framework. It's great tool, but it comes with several limitations and you've just encountered one of them.

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group