s-banach commented on issue #3135:
URL: https://github.com/apache/arrow-adbc/issues/3135#issuecomment-3063973094

   Right, this also gives the same error message:
   
   ```python
   import adbc_driver_snowflake.dbapi as snowflake_adbc
   from creds import DB_KWARGS_2
   
   with snowflake_adbc.connect(db_kwargs=DB_KWARGS_2) as conn:
       cursor = conn.cursor()
   ```


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to