File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ black==22.3.0
13
13
stopit==1.1.2
14
14
# Update tox.ini to have correct version of airflow constraints file
15
15
apache-airflow==2.5.1
16
- apache-airflow-providers-amazon==4.0.0
16
+ apache-airflow-providers-amazon==7.2.1
17
17
attrs==22.1.0
18
18
fabric==2.6.0
19
19
requests==2.27.1
Original file line number Diff line number Diff line change 56
56
import sagemaker .workflow .airflow as sm_airflow
57
57
import airflow .utils as utils
58
58
from airflow import DAG
59
- from airflow .providers .amazon .aws .operators .sagemaker import SageMakerTrainingOperator
60
- from airflow . providers . amazon . aws . operators . sagemaker_transform import (
59
+ from airflow .providers .amazon .aws .operators .sagemaker import (
60
+ SageMakerTrainingOperator ,
61
61
SageMakerTransformOperator ,
62
62
)
63
63
You can’t perform that action at this time.
0 commit comments