Browse Source

[python] add import SageMaker task (#11121)

3.1.0-release
JieguangZhou 2 years ago committed by GitHub
parent
commit
764a24384f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/__init__.py

2
dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/__init__.py

@ -25,6 +25,7 @@ from pydolphinscheduler.tasks.http import Http
from pydolphinscheduler.tasks.map_reduce import MR
from pydolphinscheduler.tasks.procedure import Procedure
from pydolphinscheduler.tasks.python import Python
from pydolphinscheduler.tasks.sagemaker import SageMaker
from pydolphinscheduler.tasks.shell import Shell
from pydolphinscheduler.tasks.spark import Spark
from pydolphinscheduler.tasks.sql import Sql
@ -45,4 +46,5 @@ __all__ = [
"Sql",
"SubProcess",
"Switch",
"SageMaker",
]

Loading…
Cancel
Save