File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ contextlib2==21.6.0
11
11
awslogs==0.14.0
12
12
black==22.3.0
13
13
stopit==1.1.2
14
- apache-airflow==2.3.4
14
+ apache-airflow==2.4.0
15
15
apache-airflow-providers-amazon==4.0.0
16
16
attrs==22.1.0
17
17
fabric==2.6.0
Original file line number Diff line number Diff line change 18
18
import numpy as np
19
19
from airflow import utils
20
20
from airflow import DAG
21
- from airflow .contrib . operators .sagemaker_training_operator import SageMakerTrainingOperator
22
- from airflow .contrib . operators .sagemaker_transform_operator import SageMakerTransformOperator
21
+ from airflow .providers . amazon . aws . operators .sagemaker import SageMakerTrainingOperator
22
+ from airflow .providers . amazon . aws . operators .sagemaker_transform import SageMakerTransformOperator
23
23
from six .moves .urllib .parse import urlparse
24
24
25
25
import tests .integ
You can’t perform that action at this time.
0 commit comments