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


##########
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:
   Is it needed here? We are already importing from sdk above



##########
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:
   Why just move this class from line 82 to here? 



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