Minor issue, just filing to track: the driver doesn't currently seem to use the Username or Password form fields. When I fill those in and also fill in a JDBC connection string without UID or PWD, I get one of these two errors:
2022-09-14 10:42:55,786 ERROR api.database :: Cannot connect to Database
java.lang.Exception: [Databricks][JDSI](20280) Required setting UID is not present in connection settings.
When I add both UID and PWD to the JDBC connection string, it ignores the username and password form fields and connects fine.
Not a big deal, just a heads up. Thanks again for this driver!
Minor issue, just filing to track: the driver doesn't currently seem to use the Username or Password form fields. When I fill those in and also fill in a JDBC connection string without
UID
orPWD
, I get one of these two errors:When I add both
UID
andPWD
to the JDBC connection string, it ignores the username and password form fields and connects fine.Not a big deal, just a heads up. Thanks again for this driver!