uranusjr commented on code in PR #47677:
URL: https://github.com/apache/airflow/pull/47677#discussion_r1992941485


##########
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:
   I mean in general we don’t want the user to catch most (any?) exceptions 
here anyway?



-- 
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]

Reply via email to