kaxil commented on code in PR #49497:
URL: https://github.com/apache/airflow/pull/49497#discussion_r2052343773


##########
airflow-core/src/airflow/exceptions.py:
##########
@@ -250,6 +250,12 @@ class DagIsPaused(AirflowException):
     """Raise when a dag is paused and something tries to run it."""
 
     def __init__(self, dag_id: str) -> None:
+        warnings.warn(

Review Comment:
   Just remove it -- it isn't in any released Airflow core 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]

Reply via email to