You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/31 20:36:11 UTC

[GitHub] [airflow] zachliu commented on a diff in pull request #25799: Add Airflow specific warning classes

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/p1661977783108899?thread_ts=1661974104.498239&cid=CSS36QQS1



-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org