yassun7010 commented on issue #37217:
URL: https://github.com/apache/airflow/issues/37217#issuecomment-1933186780

   I am looking at this [PR](https://github.com/apache/airflow/pull/20905).
   
   I had added `job` to `template_fields` but it did not work.
   
   Cloud Batch job is a deep configuration class and I need to template the 
contents of `self.job.task_groups[0].task_spec.runnables[0].container.commands`.
   
   I have assigned execution arguments to `self.commands` and passed them to 
the `self.job` creation process (hoping they would be shared as a list), but 
this method is not working either.
   
   
   


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

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

Reply via email to