Taragolis commented on code in PR #39329:
URL: https://github.com/apache/airflow/pull/39329#discussion_r1585482895
##########
airflow/providers/cncf/kubernetes/operators/pod.py:
##########
@@ -105,8 +105,8 @@ class PodEventType(Enum):
NORMAL = "Normal"
-class PodReattachFailure(AirflowException):
- """When we expect to be able to find a pod but cannot."""
Review Comment:
We remove things which not marked as internal thought deprecations, so
better just keep it, otherwise it might be considered as Breaking changes (or
not) and required to release new major version of provider, and I guess it not
worthwhile to release major version of provider.
We could deprecate it by the separate PR and remove it one day, e.g. in the
next major version
--
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]