cancel
Showing results for 
Search instead for 
Did you mean: 
DELETE
cancel
Showing results for 
Search instead for 
Did you mean: 

You can now read data from another #databricks workspace using a native JDBC driver with the "spark.read.format("databricks")" or ...

Hubert-Dudek
Esteemed Contributor III

You can now read data from another #databricks workspace using a native JDBC driver with the "spark.read.format("databricks")" or "CREATE TABLE databricks_external_table USING" databricks commands. While delta sharing is typically preferred, this new feature makes it simple for example, to transfer data between regions where delta sharing may not be an option.

Untitled

2 REPLIES 2

jose_gonzalez
Moderator
Moderator

Thank you for sharing @Hubert Dudek​ !!!

RDD1
New Contributor III

Can you explain me the Delta Sharing from the Unity Catalog perspective, how it makes difference on Unity Catalog enabled ones with that of not enabled ones.