I've read: How do you connect to a MySQL database using Oracle SQL Developer?
I want to connect to my Databricks SQL Warehouse using Oracle SQL developer. So I:
- went to "Oracle SQL Developper > Tools > Preferences... > Database > Third Party JDBC Drivers > Add Entry..." and selected the Databricks JDBC Driver jar I downloaded.
- repeated the process for the MySQL JDBC driver jar.

- Now when I create a "New Connection", I see MySQL and Oracle as options in the "Database Type" combo-box, but no Databricks.
I'm also able to use the same Databricks JDBC Driver file in DBeaver and connect successfully.
Am I missing some step?
