dolphinscheduler/dolphinscheduler-python
Jiajie Zhong 257187c521 [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

(cherry picked from commit 7a766cbcf2)
2022-09-17 22:13:03 +08:00
..
pydolphinscheduler [python] Refactor structure to avoid cycle import (#11167) 2022-09-17 22:13:03 +08:00
pom.xml [maven-release-plugin] prepare for next development iteration 2022-08-05 18:16:57 +08:00