Implement EmrEksCreateClusterOperator#25816
Conversation
|
It's been a while since I looked at EMR, but is there a reason this needs to/should be a whole new operator, instead of just some new flags/arguments/mode to the existing Create EMR operator? |
@ashb - This is for creating a virtual EMR cluster on an EKS namespace, not the regular EMR cluster , which runs on EC2 machines |
|
@phanikumv Yes, I got that. I was asking if it made sense to have something lie |
| for more details. | ||
|
|
||
| .. exampleinclude:: /../../airflow/providers/amazon/aws/example_dags/example_emr_eks.py | ||
| :language: python |
There was a problem hiding this comment.
It removes the indentation from the code
| :language: python | |
| :language: python | |
| :dedent: 4 |
dstandish
left a comment
There was a problem hiding this comment.
if you can create, probably you also want to add delete
Dapends ;) If you are cloud service provider, create works best :) |

This PR adds the implementation for a new operator called
EmrEksCreateClusterOperator, which allows the users the ability to create an Amazon EMR on EKS virtual cluster from Airflow. Currently we only have the ability to submit jobs on EMR EKS virtual clusters.cc @kaxil @ashb
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in newsfragments.