cancel
Showing results for 
Search instead for 
Did you mean: 
Administration & Architecture
cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing Delta tables

Anonymous
Not applicable

Is it possible to access Delta tables outside of DBR (Databricks Runtime) ?

1 ACCEPTED SOLUTION

Accepted Solutions

sajith_appukutt
Honored Contributor II

Delta Lake is an independent open-source project ( under Linux Foundation ) and is based on an open format . This has led to the community building connectors for delta from multiple engines - not just spark.

Out side of DBR, Delta Lake could be used in your spark code by adding the dependencies as mentioned

here In addition to this, there are connectors for other engines like presto, athena, redshift spectrum etc.

Also, you could natively query your Delta Lake with Scala and Java (via the Delta Standalone Reader) and Python (via the Delta Rust API)

View solution in original post

2 REPLIES 2

User16783855117
Contributor II
Yes! Please see below for other integrations that allow you to read Delta Lake tables from other technologies outside of Databricks.
https://docs.delta.io/latest/presto-integration.html
https://docs.delta.io/latest/redshift-spectrum-integration.html
and more are on the way!

sajith_appukutt
Honored Contributor II

Delta Lake is an independent open-source project ( under Linux Foundation ) and is based on an open format . This has led to the community building connectors for delta from multiple engines - not just spark.

Out side of DBR, Delta Lake could be used in your spark code by adding the dependencies as mentioned

here In addition to this, there are connectors for other engines like presto, athena, redshift spectrum etc.

Also, you could natively query your Delta Lake with Scala and Java (via the Delta Standalone Reader) and Python (via the Delta Rust API)

Welcome to Databricks Community: Lets learn, network and celebrate together

Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections. 

Click here to register and join today! 

Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.