vincbeck commented on code in PR #25816: URL: https://github.com/apache/airflow/pull/25816#discussion_r950317110
########## docs/apache-airflow-providers-amazon/operators/emr_eks.rst: ########## @@ -31,8 +31,33 @@ Prerequisite Tasks Operators --------- + +.. _howto/operator:EmrEksCreateClusterOperator: + + +Create an Amazon EMR EKS virtual cluster +======================================== + + +The ``EmrEksCreateClusterOperator`` will create an Amazon EMR on EKS virtual cluster. +The example DAG below shows how to create an EMR on EKS virtual cluster. + +To create an Amazon EMR cluster on Amazon EKS, you need to specify a virtual cluster name, +the eks cluster that you would like to use , and an eks namespace. + +Refer to the `EMR on EKS Development guide <https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/virtual-cluster.html>`__ +for more details. + +.. exampleinclude:: /../../airflow/providers/amazon/aws/example_dags/example_emr_eks.py + :language: python Review Comment: It removes the indentation from the code ```suggestion :language: python :dedent: 4 ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
