-
Notifications
You must be signed in to change notification settings - Fork 171
Open
Labels
Type: enhancementNew feature or requestNew feature or request
Description
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 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.
ianmcook
Metadata
Metadata
Assignees
Labels
Type: enhancementNew feature or requestNew feature or request