skadyan opened a new issue, #23765:
URL: https://github.com/apache/airflow/issues/23765

   ### Description
   
   AWS allows to assign the tags to the individual EMR job runs on a virtual 
cluster. However, the  
[EmrContainerOperator](https://github.com/apache/airflow/blob/820d8eb7c631eea7f9d5cbd23840d026e99ae304/airflow/providers/amazon/aws/operators/emr.py#L121)
 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?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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]

Reply via email to