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/01/20 20:52:21 UTC

[GitHub] [airflow] RosterIn commented on a change in pull request #13791: add ability to pass region_name to EmrAddStepsOperator

RosterIn commented on a change in pull request #13791:
URL: https://github.com/apache/airflow/pull/13791#discussion_r561295609



##########
File path: airflow/providers/amazon/aws/operators/emr_add_steps.py
##########
@@ -73,9 +74,10 @@ def __init__(
         self.job_flow_name = job_flow_name
         self.cluster_states = cluster_states
         self.steps = steps
+        self.region_name = region_name 

Review comment:
       ```suggestion
           self.region_name = region_name
   ```
   




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