Multiple Tables Migration from one workspace to another.

HaripriyaP
Databricks Partner

Hi all!

I need to copy multiple tables from one workspace to another with metadata information. Is there any way to do it?

Please reply as soon as possible.

shan_chandra
Databricks Employee
Databricks Employee

@HaripriyaP - Depends on your use case, Either of the below approach can be chosen.

1)  DELTA CLONE(DEEP CLONE) to clone them to the new workspace.

2) Have the same cluster policy/Instance profile of the old workspace to access them in the new workspace cluster.