cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
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)

Join 100K+ Data Experts: Register Now & Grow with Us!

Excited to expand your horizons with us? Click here to Register and begin your journey to success!

Already a member? Login and join your local regional user group! If there isn’t one near you, fill out this form and we’ll create one for you to join!