raph-p commented on issue #37217: URL: https://github.com/apache/airflow/issues/37217#issuecomment-2518249018
Hi team, Sorry to reopen this issue. We actually encountered the exact same issue and after an afternoon digging the operator code, we came across this issue. We have the same setup, where we want to pass a jinja template to the CloudBatchSubmitJobOperator (to pass the current date). At first we tried passing a job object as mentioned in the airflow/google provider docs, and then we tested passing the job as a dict as suggested by @jscheffl **Passing as a dict produces** the same result as the job object, ie. **the template is not expanded/substituted**. -- 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]
