apache / apache/dolphinscheduler-sdk-python
[impv] Improved the import level of high frequency classes
Open
- Dominant language
- Python
- Stars
- 71
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
For example
```
from pydolphinscheduler.core import Workflow
```
to
```
from pydolphinscheduler import Workflow
```
Contributor guide
Research direction
Start by locating the package-level exports and the current core imports for Workflow in the PyDolphinScheduler package. Check how public classes are exposed and whether tests cover import paths; done means the agreed high-frequency classes support the top-level import style without breaking existing imports.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100