apache / apache/dolphinscheduler-sdk-python

[impv] Improved the import level of high frequency classes

Open
#48 1 comment 1 reaction 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.