Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load runtime configuration from environment vars, configuration file, or command line #187

Open
jdye64 opened this issue Feb 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jdye64
Copy link
Contributor

jdye64 commented Feb 16, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant