henryharbeck commented on issue #2828: URL: https://github.com/apache/arrow-adbc/issues/2828#issuecomment-3291047829
I think I will indeed avoid that. Is there any other way (in Python) to get the vendor_name, driver_name or parent driver after instantiating an `adbc_driver_manager.AdbcDatabase`, `adbc_driver_manager.AdbcConnection` or `adbc_driver_manager.dbapi.Connection`? For example if doing ```python db = adbc_driver_snowflake.connect(uri) ``` can I introspect `db` and see with which driver it was instantiated? -- 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]
