astrojuanlu opened a new issue, #3090: URL: https://github.com/apache/arrow-adbc/issues/3090
### What happened? When using the Python driver and trying to write a table including the schema name, for example `RAW.TABLE_NAME`, I get this error: ``` NotSupportedError: NOT_IMPLEMENTED: [Snowflake] Unknown statement option 'adbc.ingest.target_db_schema' ``` This is the offending code: https://github.com/apache/arrow-adbc/blob/apache-arrow-adbc-18/python/adbc_driver_manager/adbc_driver_manager/dbapi.py#L928-L932 I can work a bit more on a reproducer if needed. Tried searching in this issue tracker, it was unclear to me if this is a known issue or not. On the other hand, I see in https://arrow.apache.org/adbc/18/python/api/adbc_driver_manager.html#adbc_driver_manager.StatementOptions.INGEST_TARGET_DB_SCHEMA that this API is experimental anyway. ### Stack Trace _No response_ ### How can we reproduce the bug? _No response_ ### Environment/Setup _No response_ -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org