dolphinscheduler/dolphinscheduler-python/pydolphinscheduler/tests/cli
Jiajie Zhong 7a766cbcf2
[python] Refactor structure to avoid cycle import (#11167)
Currently, our core and side module dependent on each others. and will cause
cycle import in our codebase, especially in issue #10905, we try to refactor
to solve this problem.

This patch do the following change:

* Rename module `side` to `models`
* Move `core/base` and `core/sidebase` to dir `modules`
* Move `configuration` and `default_config.yaml` to the root of pydolphinscheduler
2022-07-28 19:02:13 +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] Refactor structure to avoid cycle import (#11167) 2022-07-28 19:02:13 +08:00
test_version.py [python] Add config mechanism and cli subcommand config (#8585) 2022-03-01 11:16:44 +08:00