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 2019/05/21 20:27:12 UTC

[GitHub] [airflow] feluelle commented on a change in pull request #5267: [AIRFLOW-4493]add region_name to emr add step operator

feluelle commented on a change in pull request #5267: [AIRFLOW-4493]add region_name to emr add step operator
URL: https://github.com/apache/airflow/pull/5267#discussion_r286208445
 
 

 ##########
 File path: airflow/contrib/operators/emr_add_steps_operator.py
 ##########
 @@ -42,16 +42,18 @@ def __init__(
             self,
             job_flow_id,
             aws_conn_id='s3_default',
+            region_name=None,
 
 Review comment:
   Please add this new argument to the docs above :)

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