royassis opened a new issue, #57898: URL: https://github.com/apache/airflow/issues/57898
### Description I would like to use templating inside executor_config . ### Use case/motivation I am using PythonVirtualenvOperator with AwsBatchExecutor which runs the task inside an AWS Batch job. I would like to dynamiclly tag the job with the dag_id and run_id also set the jobName dynamiclly by runtime params. I need this in order to connect the Airflow task and AWS Batch job, for debugging and looking at other metrics, like cpu and mem consumption. Also the AWS Batch support setting the mem and cpus when submitting a job. This also can't be dynamic and set using params at runtime. ### Related issues https://github.com/apache/airflow/discussions/57850 ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
