Skip to content

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

@skadyan

Description

@skadyan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions