Browse Source
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
)
3.0.1-release
Jiajie Zhong
2 years ago
28 changed files with 52 additions and 50 deletions
Loading…
Reference in new issue