DolphinScheduler/dolphinscheduler-python
Jiajie Zhong 59a026d897
[python] Support read config in env variable (#9517)
Add a new method to get config from environment variables
and for now, we have three ways to get config and the
priority is `env-var > custom-config-file > built-in-config-file`.

Environment config setting does not work in CLI, because it will
confuse users when they get config value is `var-env` but value
in the configuration file is `var-in-file`, they may not find
the way how to change it

* Add documentation
* Add it to UPDATING.md

close: #8344
2022-04-15 15:46:44 +08:00
..
pydolphinscheduler [python] Support read config in env variable (#9517) 2022-04-15 15:46:44 +08:00
pom.xml [python] Recover python release properties (#9444) 2022-04-12 09:42:59 +08:00