vincbeck commented on code in PR #46391:
URL: https://github.com/apache/airflow/pull/46391#discussion_r1952929737
##########
airflow/triggers/base.py:
##########
@@ -51,7 +52,7 @@ class StartTriggerArgs:
class BaseTrigger(abc.ABC, LoggingMixin):
"""
- Base class for all triggers.
+ Base class for triggers used to defer tasks.
Review Comment:
Good point. Answer is yes so I guess I can rephrase it. Good catch!
--
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]