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
1313stopit==1.1.2
1414# Update tox.ini to have correct version of airflow constraints file
1515apache-airflow==2.5.1
16- apache-airflow-providers-amazon==4.0.0
16+ apache-airflow-providers-amazon==7.2.1
1717attrs==22.1.0
1818fabric==2.6.0
1919requests==2.27.1
Original file line number Diff line number Diff line change 5656 import sagemaker .workflow .airflow as sm_airflow
5757 import airflow .utils as utils
5858 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 ,
6161 SageMakerTransformOperator ,
6262 )
6363
You can’t perform that action at this time.
0 commit comments