amoghrajesh commented on code in PR #49497:
URL: https://github.com/apache/airflow/pull/49497#discussion_r2052346214
##########
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:
Let me do it in the other PR in that case. No need for two of them.
--
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]