dolphinscheduler/dolphinscheduler-python/pydolphinscheduler/docs
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
..
source [python] Refactor structure to avoid cycle import (#11167) 2022-09-17 22:13:03 +08:00
Makefile [python] Add multiple version of document (#11391) 2022-09-17 21:54:29 +08:00
make.bat [python] Initiate document for pydolphinscheduler (#8005) 2022-01-26 12:37:57 +08:00