Skip to content

Commit

Permalink
Apply review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Mar 13, 2023
1 parent 5469ad4 commit 4dd2f17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/amazon/aws/hooks/base_aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ class AwsBaseAsyncHook(AwsBaseHook):

def __init__(self, **kwargs) -> None:
try:
pass
import aiobotocore
except ImportError:
raise AirflowOptionalProviderFeatureException(
"AWS deferrable operator feature is disable. To enable it please install aiobotocore>=2.1.1"
Expand Down
2 changes: 2 additions & 0 deletions airflow/providers/amazon/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -597,4 +597,6 @@ additional-extras:
- name: pandas
dependencies:
- pandas>=0.17.1
- name: aiobotocore
dependencies:
- aiobotocore>=2.1.1

0 comments on commit 4dd2f17

Please sign in to comment.