joellubi commented on issue #2146:
URL: https://github.com/apache/arrow-adbc/issues/2146#issuecomment-2340662790
@davlee1972 Can you please share the code you used to pass in those
parameters?
Based on the traceback the error is occurring during database initialization
so my guess is those parameters are being provided as database kwargs. The
ingestion parameters are defined on the statement rather than the database.
They can be set as follows:
```python
with adbc_driver_snowflake.dbapi.connect(uri) as conn, conn.cursor() as cur:
cur.adbc_statement.set_options(**kwargs)
cur.adbc_ingest(...)
```
--
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]