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 2021/02/17 10:24:00 UTC

[GitHub] [airflow] ashb commented on a change in pull request #14210: Fix missing region in Glue connector

ashb commented on a change in pull request #14210:
URL: https://github.com/apache/airflow/pull/14210#discussion_r577492696



##########
File path: airflow/providers/amazon/aws/hooks/glue.py
##########
@@ -74,7 +74,7 @@ def __init__(
         self.role_name = iam_role_name
         self.s3_glue_logs = 'logs/glue-logs/'
         kwargs['client_type'] = 'glue'
-        super().__init__(*args, **kwargs)
+        super().__init__(region_name=region_name, *args, **kwargs)

Review comment:
       See https://github.com/apache/airflow/pull/14251#discussion_r577473549
   
   Duplicate of #14251 -- which ever of you or @blcksrx update your PR first gets the merge 😁 




----------------------------------------------------------------
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