davidhcoe opened a new issue, #2168: URL: https://github.com/apache/arrow-adbc/issues/2168
### What happened? When you call ```connection.SetOption("adbc.connection.catalog")``` or ```connection.SetOption("adbc.connection.db_schema")``` the context is not carried through to the ```connection.GetObjects(...)``` call, which results in the error: ```[Snowflake] 090105 (22000): Cannot perform SELECT. This session does not have a current database. Call 'USE DATABASE', or use a qualified name.``` For example. this occurs when you don't first set the ```adbc.snowflake.sql.db``` parameter or change it in your session. ### Stack Trace _No response_ ### How can we reproduce the bug? _No response_ ### Environment/Setup _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org