uranusjr commented on code in PR #55068:
URL: https://github.com/apache/airflow/pull/55068#discussion_r2489309167


##########
airflow-core/src/airflow/jobs/triggerer_job_runner.py:
##########
@@ -1109,6 +1149,14 @@ async def run_trigger(self, trigger_id, trigger):
         name = self.triggers[trigger_id]["name"]
         self.log.info("trigger %s starting", name)
         try:
+            if context:
+                trigger.render_template_fields(context=context)

Review Comment:
   Should this be `if context is not None` instead? (Probably not too much a 
problem either way but still)



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