o-nikolas commented on code in PR #53201:
URL: https://github.com/apache/airflow/pull/53201#discussion_r2208034742
##########
airflow-core/src/airflow/models/trigger.py:
##########
@@ -212,10 +223,10 @@ def clean_unused(cls, session: Session = NEW_SESSION) ->
None:
.values(trigger_id=None)
)
- # Get all triggers that have no task instances and assets depending on
them and delete them
+ # Get all triggers that have no task instances, assets or deadlines
depending on them and delete them
Review Comment:
Ahhh, okay, perfect. Punctuation nerds unite :smile:
--
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]