apache / apache/dolphinscheduler-sdk-python
[impv] Improved the import level of high frequency classes
Aperta
- Lingua principale
- Python
- Stelle
- 71
- Fork
- 26
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
For example
```
from pydolphinscheduler.core import Workflow
```
to
```
from pydolphinscheduler import Workflow
```
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- python
- Ambito
- api
- Tipo di issue
- Refactoring
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100