Lee-W commented on code in PR #47677:
URL: https://github.com/apache/airflow/pull/47677#discussion_r1992955770
##########
airflow/exceptions.py:
##########
@@ -113,33 +113,42 @@ class AirflowFailException(AirflowException):
"""Raise when the task should be failed without retrying."""
-class AirflowExecuteWithInactiveAssetExecption(AirflowFailException):
+class _AirflowExecuteWithInactiveAssetExecption(AirflowFailException):
Review Comment:
Yep, I just worried contributors might use it somewhere (most likely not,
but...)
--
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]