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?