Skip to content

Commit e892400

Browse files
authored
fix: Upgrade apache-airflow-providers-amazon version (#3736)
1 parent 2997426 commit e892400

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements/extras/test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ black==22.3.0
1313
stopit==1.1.2
1414
# Update tox.ini to have correct version of airflow constraints file
1515
apache-airflow==2.5.1
16-
apache-airflow-providers-amazon==4.0.0
16+
apache-airflow-providers-amazon==7.2.1
1717
attrs==22.1.0
1818
fabric==2.6.0
1919
requests==2.27.1

tests/integ/test_airflow_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
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

0 commit comments

Comments
 (0)