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 @@ -11,7 +11,7 @@ contextlib2==21.6.0
1111awslogs==0.14.0
1212black==22.3.0
1313stopit==1.1.2
14- apache-airflow==2.3.4
14+ apache-airflow==2.4.0
1515apache-airflow-providers-amazon==4.0.0
1616attrs==22.1.0
1717fabric==2.6.0
Original file line number Diff line number Diff line change 1818import numpy as np
1919from airflow import utils
2020from 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
2323from six .moves .urllib .parse import urlparse
2424
2525import tests .integ
You can’t perform that action at this time.
0 commit comments