10-22-2023 08:47 PM
We are attempting to connect a Windows ODBC application to Unity Catalog.
The Configure the Databricks ODBC and JDBC drivers documentation has a section titled "ODBC configuration and connection parameters" that mentions a configuration parameter called Catalog that sets the Default Catalog.
However, we cannot figure out where to put this parameter in the Windows ODBC Data Sources interface.
Has anyone managed to configure a Windows DSN to point to a specific Databricks catalog?
10-22-2023 10:26 PM
@John_Rotenstein You just need to build a connection string
Driver=<path-to-driver>;Host=<server-hostname>;Port=443;HTTPPath=<http-path>;ThriftTransport=2;SSL=1;AuthMech=3;UID=token;PWD=<personal-access-token>;Schema=<schema>;Catalog=<catalog>
10-22-2023 11:04 PM
Ah! So are you saying that I would need to configure the application with a Connection String instead of using the ODBC Data Source Administrator DSN UI?
Or can I put that Connection String somewhere in the DNS configuration?
08-31-2024 06:53 PM
I think in ms access one can only connect using simba ui. Which is successful but I can only see.the hive meta_store. How can I get ms access to point to a different catalog? With the same dsn in excel i can see all the catslogs. Please help? Thanks so much.
10-23-2023 07:24 AM
Hi John,
Catalog is optional, you don't need to provide in the DSN UI.
11-28-2023 09:15 AM
But how is this possible to set directly in Windows? I need to set both catalog and schema else the default query to get tables is nonsense.
Thanks for any input.
BTW. I hate windows, doing this on Linux is soo much easier.
01-31-2024 08:37 AM
I got this working by adding an entry for catalog in this location in the registry
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ODBC\ODBC.INI\Simba Spark
a week ago - last edited a week ago
It's quite interesting - I am using Mac, Simba spark ODBC 2.8.2 - and, If I will not add "Catalog" parameter - in UI, I will only see default one (If I will have access to it) - that doesn't mean I cannot query other one, It's just not listed in the UI, If I will add Catalog - I will only see default in UI listing - but anyway I can query anything to what I have access
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.
If there isn’t a group near you, start one and help create a community that brings people together.
Request a New Group