-
Notifications
You must be signed in to change notification settings - Fork 186
Specify header name for from_config_file() function #585
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
Comments
Hi @Siirko, thanks for your suggestion 👍 Is this something you would be willing to help with? All PR is welcome and we will be happy to review your submission. Regards |
If I have times yes, but this is can be easily implemented on this file
|
@bednar |
Uh oh!
There was an error while loading. Please reload this page.
Proposal:
To be able to specify which header chose from a config file instead having by default "influx2"
Current behavior:
When loading a config file via from_config_file() it is impossible to specify which header we want to load and
load by default influx2 header
Desired behavior:
from_config_file(section="influx2", ...)
Use case:
To be able to load / switch config more easily
The text was updated successfully, but these errors were encountered: