shahar1 commented on code in PR #46584: URL: https://github.com/apache/airflow/pull/46584#discussion_r1947936146
########## 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: Should I relocate this exception to the SDK? (the other exceptions here are also used there) -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org