amoghrajesh commented on code in PR #60323:
URL: https://github.com/apache/airflow/pull/60323#discussion_r2676157199


##########
airflow-core/src/airflow/exceptions.py:
##########
@@ -68,6 +69,9 @@ def serialize(self):
             cls = self.__class__
             return f"{cls.__module__}.{cls.__name__}", (), {"reschedule_date": 
self.reschedule_date}
 
+    class AirflowOptionalProviderFeatureException(AirflowException):  # type: 
ignore[no-redef]

Review Comment:
   Its needed for compat, check the try/except block



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