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:
[email protected]
With regards,
Apache Git Services