jroachgolf84 commented on code in PR #65314:
URL: https://github.com/apache/airflow/pull/65314#discussion_r3695618461
##########
airflow-core/src/airflow/serialization/definitions/dag.py:
##########
@@ -92,6 +96,10 @@ class EdgeInfoType(TypedDict):
label: str | None
+class MaxRecursionDepthError(AirflowException):
Review Comment:
Yes, I think so. It's just inheriting from that, which is the pattern that
we've shifted towards (rather than just throwing a generic `AirflowException`).
--
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]