zachliu commented on code in PR #25799:
URL: https://github.com/apache/airflow/pull/25799#discussion_r960003587
##########
airflow/exceptions.py:
##########
@@ -338,3 +338,17 @@ class TaskDeferralError(AirflowException):
class PodReconciliationError(AirflowException):
"""Raised when an error is encountered while trying to merge pod
configs."""
+
+
+class RemoveInAirflow3DeprecationWarning(DeprecationWarning):
Review Comment:
sorry to comment here, but i'm obsessed with DeprecationWarning recently
because i couldn't find mine :joy: :
https://apache-airflow.slack.com/archives/CSS36QQS1/p1661974104498239
--
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]