Fokko closed pull request #4212: [AIRFLOW-XXX] Fix copy&paste mistake
URL: https://github.com/apache/incubator-airflow/pull/4212
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/airflow/contrib/operators/emr_create_job_flow_operator.py 
b/airflow/contrib/operators/emr_create_job_flow_operator.py
index 42886d6006..60256235c6 100644
--- a/airflow/contrib/operators/emr_create_job_flow_operator.py
+++ b/airflow/contrib/operators/emr_create_job_flow_operator.py
@@ -34,7 +34,7 @@ class EmrCreateJobFlowOperator(BaseOperator):
     :type emr_conn_id: str
     :param job_flow_overrides: boto3 style arguments to override
        emr_connection extra. (templated)
-    :type steps: dict
+    :type job_flow_overrides: dict
     """
     template_fields = ['job_flow_overrides']
     template_ext = ()


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to