Lee-W commented on code in PR #33196:
URL: https://github.com/apache/airflow/pull/33196#discussion_r1292954293
##########
airflow/sensors/base.py:
##########
@@ -330,6 +330,12 @@ def reschedule(self):
def get_serialized_fields(cls):
return super().get_serialized_fields() | {"reschedule"}
+ def raise_failed_or_skiping_exception(self, failed_message: str,
skipping_message: str = "") -> None:
Review Comment:
Sounds good 👍 Just updated it
##########
airflow/sensors/base.py:
##########
@@ -330,6 +330,12 @@ def reschedule(self):
def get_serialized_fields(cls):
return super().get_serialized_fields() | {"reschedule"}
+ def raise_failed_or_skiping_exception(self, failed_message: str,
skipping_message: str = "") -> None:
Review Comment:
Sounds good 👍 Just updated it
--
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]