What is the best approach to use Delta tables without Unity Catalog enabled?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ09-08-2023 09:58 AM
Hello!
I would like to work with delta tables outside of Databricks UI notebook. I know that the best option would be to use databricks-connect but I donโt have Unity Catalog enabled.
What would be the most effective way to do so? I know that via JDBC using spark it is possible to read/write delta tables but is there an option to make some delta operations directly? Is there any other option than doing delta related operation in my local spark session?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ02-20-2025 01:53 AM
Programatically, you can go for DeltaTables.forPath ( not forName which require Unity Catalog )... This works

