I am currently working with Essbase 21c and I need to pull data from Databricks through a SQL query. I was able to successfully setup JDBC connection to Databricks but when I try to create a data source using a SQL query, it gives me an error: "[Databricks][JDBC][10220] Driver does not support this optional feature".
I can confirm that the query is successfully sent to Databricks and if I run the query manually in Databricks, I get the correct results.
Any idea what could be the issue?
Thanks a lot in advance.