s-banach closed issue #3135: RuntimeError: Cannot close AdbcConnection with
open AdbcStatement
URL: https://github.com/apache/arrow-adbc/issues/3135
--
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 t
s-banach opened a new issue, #3135:
URL: https://github.com/apache/arrow-adbc/issues/3135
### What happened?
```python
import adbc_driver_snowflake.dbapi as snowflake_adbc
from creds import DB_KWARGS_2
conn = snowflake_adbc.connect(db_kwargs=DB_KWARGS_2)
cursor = conn.c