DolphinScheduler/dolphinscheduler-python/pydolphinscheduler/tests/utils
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 parameter schedule for process definition (#6664) 2021-11-13 17:21:40 +08:00
test_date.py [python] Add custom exception (#6935) 2021-11-23 16:59:38 +08:00
test_file.py [python] refactor yaml file parser (#8701) 2022-03-07 11:42:28 +08:00
test_string.py [ci][python] Add isort to sort out import (#6871) 2021-11-17 11:48:52 +08:00
test_yaml_parser.py [python] Support read config in env variable (#9517) 2022-04-15 15:46:44 +08:00