zeroshade commented on issue #3765:
URL: https://github.com/apache/arrow-adbc/issues/3765#issuecomment-3708332726

   > Would only the driver manager parse the toml file and pass the values?
   
   Yea that's the idea so that each driver doesn't have to implement the logic 
themselves. The manager would be responsible to add the options during loading 
and forwarding etc. 
   
   C# could either embed the c++ driver manager (like Go does)  and get the 
behavior for free once we implement it or implement the entire manager logic 
itself (like Rust).
   
   > 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.
   
   Is this handled by allowing an absolute path to the profile.toml file as 
described by @ianmcook? 


-- 
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]

Reply via email to