snowflake: cannot call SetOption("adbc.connection.catalog") or SetOption("adbc.connection.db_schema")
davidhcoe opened this issue · 2 comments
davidhcoe commented
What happened?
Error occurs:
QL compilation error: syntax error line 1 at position 13 unexpected '?'.
And the call to the database is:
USE DATABASE ?
This is because Snowflake DDL does not support parameters.
Stack Trace
No response
How can we reproduce the bug?
No response
Environment/Setup
No response
davidhcoe commented
Proposed fix coming soon
CurtHagenlocher commented
I saw this in the code over the weekend and was surprised that it worked... I guess it doesn't.