dolphinscheduler-sdk-python
dolphinscheduler-sdk-python copied to clipboard
[impv] Improved the import level of high frequency classes
For example
from pydolphinscheduler.core import Workflow
to
from pydolphinscheduler import Workflow
but tasks should use the full path