ashb commented on code in PR #46584:
URL: https://github.com/apache/airflow/pull/46584#discussion_r1948796811
##########
airflow/exceptions.py:
##########
@@ -395,6 +395,19 @@ class ConnectionNotUnique(AirflowException):
"""Raise when multiple values are found for the same connection ID."""
+class SkipDownstreamTaskInstances(BaseException):
Review Comment:
Yes, may as well do that now since it's a new one.
--
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]