Skip to content

Commit

Permalink
Update astronomer/providers/amazon/aws/operators/emr.py
Browse files Browse the repository at this point in the history
Co-authored-by: Pankaj Koti <[email protected]>
  • Loading branch information
Lee-W and pankajkoti authored Dec 21, 2023
1 parent 81821c2 commit 422d119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astronomer/providers/amazon/aws/operators/emr.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __init__(self, *args, **kwargs): # type: ignore[no-untyped-def]
warnings.warn(
(
"This module is deprecated. "
"Please use `airflow.providers.apache.aws.operators.emr.EmrContainerOperator` "
"Please use `airflow.providers.amazon.aws.operators.emr.EmrContainerOperator` "
"and set deferrable to True instead."
),
DeprecationWarning,
Expand Down

0 comments on commit 422d119

Please sign in to comment.