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)

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group