dolphinscheduler/dolphinscheduler-python
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
..
pydolphinscheduler [python] Refactor structure to avoid cycle import (#11167) 2022-07-28 19:02:13 +08:00
pom.xml [python] Change distribute name avoid confusion with main pkg (#10134) 2022-05-19 20:27:38 +08:00