ferruzzi commented on code in PR #53201:
URL: https://github.com/apache/airflow/pull/53201#discussion_r2205584869


##########
airflow-core/src/airflow/jobs/triggerer_job_runner.py:
##########
@@ -600,11 +601,15 @@ def update_triggers(self, requested_trigger_ids: 
set[int]):
 
             new_trigger_orm = new_triggers[new_id]
 
-            # If the trigger is not associated to a task or an asset, this 
means the TaskInstance
+            # If the trigger is not associated to a task, an asset or a 
deadline, this means the TaskInstance

Review Comment:
   ```suggestion
               # If the trigger is not associated to a task, an asset, or a 
deadline, this means the TaskInstance
   ```
   
   Sorry, can't help myself...



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