kostiantyn-lab opened a new issue, #35341:
URL: https://github.com/apache/airflow/issues/35341

   ### Description
   
   We have a use case where we would like to run a job runs in EMR Serverless 
where the job name should contain the start date.
   For example: `name="[{{ ds }}] testing"`.
   
   The solution presented in 
[31711](https://github.com/apache/airflow/issues/31711) does not work, because 
command
   [self.name = name or self.config.pop("name", 
f"emr_serverless_job_airflow_{uuid4()}")](https://github.com/apache/airflow/blob/main/airflow/providers/amazon/aws/operators/emr.py#L1229)
 
   removes the `name` parameter from the `config` when initializing the 
`EmrServerlessStartJobOperator` operator
   
   ### Use case/motivation
   
   _No response_
   
   ### Related issues
   
   https://github.com/apache/airflow/issues/31711
   
   ### Are you willing to submit a PR?
   
   - [ ] 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: commits-unsubscr...@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to