Hi Team
How would I go about connecting to Databricks?
I see there are connectors for both tableau and power bi.
Thanks
Hi Team
How would I go about connecting to Databricks?
I see there are connectors for both tableau and power bi.
Thanks
Start with installing the ODBC driver (64-bit): https://www.databricks.com/spark/odbc-drivers-download
Create an ODBC connection (64-bit) for Databricks in Windows (use System DSN).
In EasyMorph, create an “ODBC” connector, select the ODBC connection created in p.2 above, and use the “Other SQL” dialect. For this dialect, only custom SQL queries are possible. Visual queries don’t support Databricks at this point.
Thanks, Dmitry