You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jdye64 (via GitHub)" <gi...@apache.org> on 2023/02/16 13:12:19 UTC

[GitHub] [arrow-datafusion-python] jdye64 opened a new issue, #187: Load runtime configuration from environment vars, configuration file, or command line

jdye64 opened a new issue, #187:
URL: https://github.com/apache/arrow-datafusion-python/issues/187

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   A Physical plan that is executed has several parameters that would be good to have a way to control via configuration variables. We should have a mechanism, sort of like Ballista, where users can set Environment Variables, load a TOML configuration file, or pass in parameters to function calls via a Python dict with key/value pairs.
   
   **Describe the solution you'd like**
   - Reasonable default values for configurations
   - File based configurations possible for overrides
   - Functions that trigger "runs" to have a Python Dict that allows for override of global configuration values.
   
   **Describe alternatives you've considered**
   None
   
   **Additional context**
   [Add any other context or screenshots about the feature request here.](https://github.com/apache/arrow-datafusion-python/pull/186/files#diff-d6346fd7d17270b1282142aeeda9c4bc2b7d8fd0f37b24a1c871a9257f0ed0aaR596)
   


-- 
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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org