DolphinScheduler/dolphinscheduler-python/pydolphinscheduler/tests
Jiajie Zhong ec4ce2b573
[python] Add config mechanism and cli subcommand config (#8585)
* [python] Add config mechanism and cli subcommand config

* Add configuration.py mechanism for more easy change config
  and move some configs to it. It mechanism including
  configuration.py module and default_config.yaml file
* Add `config` for cli subcommand allow users initialize, get,
  set configs

close: #8344

* Change setup.py format
2022-03-01 11:16:44 +08:00
..
cli [python] Add config mechanism and cli subcommand config (#8585) 2022-03-01 11:16:44 +08:00
core [python] Add config mechanism and cli subcommand config (#8585) 2022-03-01 11:16:44 +08:00
example [Feature-8222][python] move examples into the scope of source package (#8340) 2022-02-14 15:07:00 +08:00
tasks [python] Initiate document for pydolphinscheduler (#8005) 2022-01-26 12:37:57 +08:00
testing [python] Add config mechanism and cli subcommand config (#8585) 2022-03-01 11:16:44 +08:00
utils [python] Add config mechanism and cli subcommand config (#8585) 2022-03-01 11:16: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_docs.py [python] Initiate document for pydolphinscheduler (#8005) 2022-01-26 12:37:57 +08:00
test_java_gateway.py [ci][python] Add isort to sort out import (#6871) 2021-11-17 11:48:52 +08:00