You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/02/27 09:29:05 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #7541: [AIRFLOW-6822] AWS hooks should cache boto3 client

kaxil commented on a change in pull request #7541: [AIRFLOW-6822] AWS hooks should cache boto3 client
URL: https://github.com/apache/airflow/pull/7541#discussion_r385004614
 
 

 ##########
 File path: airflow/providers/amazon/aws/hooks/base_aws.py
 ##########
 @@ -49,9 +50,19 @@ class AwsBaseHook(BaseHook):
     :type verify: str or bool
     """
 
-    def __init__(self, aws_conn_id="aws_default", verify=None):
+    def __init__(
+            self,
+            aws_conn_id="aws_default",
+            verify=None,
+            region_name=None,
+            client_type=None,
+            resource_type=None
 
 Review comment:
   Good catch @feluelle 😄

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services