davidhcoe commented on issue #3765: URL: https://github.com/apache/arrow-adbc/issues/3765#issuecomment-3679035955
I'm on board with most of the above, but I still struggle with the discovery aspect. In our use case, it sounds like we would need a pre-named profile that the user would set configuration for. Users also seem to struggle with environment settings. For example, they usually run their service under ServiceUserX, which often isn't a domain-joined account. They struggle with whether to set an environment variable specific to ServiceUserX or system wide. In the current ODBC ini setup, it's easy for a user to add their ini file to the same directory the DLL is running, and the settings are picked up from there. The above seems very specific to the driver managers, which we don't have in C# today. Would only the driver manager parse the toml file and pass the values? Or would each driver be responsible for doing that? -- 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]
