DolphinScheduler/dolphinscheduler-python/pydolphinscheduler/tests/core
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 flake8 and black for code style and integrated to GA (#6679) 2021-11-05 15:14:28 +08:00
test_configuration.py [python] Support read config in env variable (#9517) 2022-04-15 15:46:44 +08:00
test_database.py [Feature-7349] [Python]Add workflow as code task type datax (#7437) 2021-12-17 11:12:48 +08:00
test_default_config_yaml.py [python] refactor yaml file parser (#8701) 2022-03-07 11:42:28 +08:00
test_engine.py [Feature-7346] [Python]Add workflow as code task type spark (#7968) 2022-01-15 23:24:55 +08:00
test_process_definition.py [python] Fix change exists pd attribute user error (#9140) 2022-03-24 15:24:02 +08:00
test_task.py [python] Add custom log for meanful an easier log formatter (#8901) 2022-03-15 19:16:33 +08:00