This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 4675539 Update emr.rst (#17420)
4675539 is described below
commit 4675539501743c0558b1286c3c9f7c9f91eba7db
Author: arvinder-mo <[email protected]>
AuthorDate: Thu Aug 5 03:35:06 2021 +0530
Update emr.rst (#17420)
---
docs/apache-airflow-providers-amazon/operators/emr.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/apache-airflow-providers-amazon/operators/emr.rst
b/docs/apache-airflow-providers-amazon/operators/emr.rst
index ca3b91b..84fda35 100644
--- a/docs/apache-airflow-providers-amazon/operators/emr.rst
+++ b/docs/apache-airflow-providers-amazon/operators/emr.rst
@@ -58,7 +58,7 @@ Create EMR Job Flow with automatic steps
Purpose
"""""""
-This example dag ``example_emr_job_flow_automatic_steps.py`` use
``EmrCreateJobFlowOperator`` to create a new EMR job flow calculating the
mathematical constant ``Pi``, and monitor the progress
+This example dag ``example_emr_job_flow_automatic_steps.py`` uses
``EmrCreateJobFlowOperator`` to create a new EMR job flow calculating the
mathematical constant ``Pi``, and monitors the progress
with ``EmrJobFlowSensor``. The cluster will be terminated automatically after
finishing the steps.
JobFlow configuration