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


##########
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:
   Closing in favour of https://github.com/apache/airflow/pull/49500



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