DolphinScheduler/dolphinscheduler-python/pydolphinscheduler/tests/cli
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
..
__init__.py [python] Add mechanism cli only with version as subcommand (#8516) 2022-02-24 16:05:55 +08:00
test_config.py [python] Support read config in env variable (#9517) 2022-04-15 15:46:44 +08:00
test_version.py [python] Add config mechanism and cli subcommand config (#8585) 2022-03-01 11:16:44 +08:00