davidhcoe opened a new issue, #3765: URL: https://github.com/apache/arrow-adbc/issues/3765
### What feature or improvement would you like to see? We are seeing more scenarios where users and/or administrators need to configure settings in a manner that isn't sent in via code. The Databricks driver came up with [its own ](https://github.com/apache/arrow-adbc/commit/6d17189abc187b3f4a7efdbe2d71fc902f449e3a) format for users. More recently, the gosnowflake driver added support for proxy values outside of environment variables, but these can only be sent in via Go code -- there is no place for a user to provide these values without having to interact via code. It would be nice if there was a common file format that could be used across the drivers to then feed other mechanisms, such as the driver managers. Most users are accustomed to having to do things in .ini files from ODBC, so perhaps a similar structure could work in ADBC as well. cc @zeroshade , @johnkuch, @CurtHagenlocher -- 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]
