Lee-W commented on code in PR #31712:
URL: https://github.com/apache/airflow/pull/31712#discussion_r1233899509
##########
airflow/models/baseoperator.py:
##########
@@ -1874,3 +1877,21 @@ def get_link(self, operator: BaseOperator, *, ti_key:
TaskInstanceKey) -> str:
:param ti_key: TaskInstance ID to return link for.
:return: link to external system
"""
+
+
+class BaseDeferrableOperator(BaseOperator):
+ """Abstract base class for deferrable operators.
Review Comment:
Yep, I think we should reword here. Thanks!
--
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]