pkit commented on issue #890:
URL: https://github.com/apache/arrow-adbc/issues/890#issuecomment-2163762598
It still doesn't work at all and there's zero documentation on how it should
be configured.
I.e.:
`adbc_driver_snowflake.dbapi.connect(conn_kwargs={"account": "XXXXX"})` :
Nope
`adbc_driver_snowflake.dbapi.connect(db_kwargs={"account": "XXXXX"})` : Nope
`adbc_driver_snowflake.dbapi.connect(account="XXXXX")` : Nope
All result in `adbc_driver_manager.OperationalError: IO: 260000: account is
empty`
Essentially making the connector totally unusable when password includes any
special symbols (because connecting with URI fails miserably too).
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]