Closed gilsegment closed 1 year ago
After I changed ConnCatalog
to catalog
it seems to work
@gilsegment is there a typo in your most recent post? Those two strings are identical.
@susodapop Ohh yea sorry, I just edited it. Might be worth updating the readme
I will update the readme in the next release. Are you ok with closing this issue?
Closed :)
In the README there is this example db, err := sql.Open("databricks", "token:****@****.databricks.com:443/sql/1.0/endpoints/****") And it also says the DNS format is:
token:[your token]@[Workspace hostname]:[Port number][Endpoint HTTP Path]?param=value
So I figured that if I want to add catalog like described here https://docs.databricks.com/integrations/jdbc-odbc-bi.html#default-catalog-and-schema The URL should be token:[your token]@[Workspace hostname]:[Port number][Endpoint HTTP Path]?ConnCatalog=main However this doesn't seems to work: