This article explains how to connect to Databricks from Exasol and load data.
Download the Databricks JDBC driver from JDBC Drivers Archive | Databricks.
To add the JDBC driver, create a configuration file called settings.cfg
with the following settings:
Follow the procedure described in Add JDBC Driver to upload the settings.cfg
configuration and JDBC driver files to Exasol.
For information about how to create a connection string, see Create a Named Connection in our GitHub repository.
Use IMPORT to load data from a table or SQL statement using the connection that you created.