Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support of tags assignment to job runs in EmrContainerOperator #23765

Closed
2 tasks done
skadyan opened this issue May 17, 2022 · 1 comment · Fixed by #23769
Closed
2 tasks done

Add support of tags assignment to job runs in EmrContainerOperator #23765

skadyan opened this issue May 17, 2022 · 1 comment · Fixed by #23769
Labels
kind:feature Feature Requests

Comments

@skadyan
Copy link
Contributor

skadyan commented May 17, 2022

Description

AWS allows to assign the tags to the individual EMR job runs on a virtual cluster. However, the EmrContainerOperator currently does not provide the ability to pass the custom tags for the job run.

Related docs:https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/emr-containers.html#EMRContainers.Client.start_job_run

tags (dict) --
The tags assigned to job runs.

Use case/motivation

Motivation
In our deployment, we have compliance requirements which require us to specify a custom set of tags for each job submitted on the EMR virtual cluster(a shared cluster). There is an alternative way to archive this, but we would like to have this as a feature.

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@skadyan skadyan added the kind:feature Feature Requests label May 17, 2022
@boring-cyborg
Copy link

boring-cyborg bot commented May 17, 2022

Thanks for opening your first issue here! Be sure to follow the issue template!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:feature Feature Requests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant