cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Data Transfer Between 2 Databricks Instance without using Delta share.

Pratikmsbsvm
Contributor

Hello,

I am not allow to use Delta share.

What could be best approach to send Data from Databricks A to Databricks B. AS Shown in diagram.

Pratikmsbsvm_0-1754553518217.png

what mechanism we can used to transfer the data. for example:- Do I need to open port or any other mechanism like RestAPI..... etc. 

Shall I first transformed the data than send to B or shall I send the Raw Data from A to B and perform the transformation at B. 

Which approach is more reliable in Production and why ?.

Thanks a lot for your help.

1 REPLY 1

BigRoux
Databricks Employee
Databricks Employee

If the two workspaces are in the same region (same control plane), then there is no need to transfer data.  Remember, Databricks does not store your data or put it into a proprietary format.  You give Databricks the permissions to access the data that resides in your cloud account.  It is just a matter of granting privileges via Unity Catalog.