amoghrajesh commented on issue #49703: URL: https://github.com/apache/airflow/issues/49703#issuecomment-2829402996
Tested my changes, works fine: https://github.com/apache/airflow/pull/49492 doc only change https://github.com/apache/airflow/pull/49500 is a move from core => standard and I checked from downloaded wheel that, well its there: ``` (airflow) ➜ apache_airflow_providers_standard-1.1.0rc1.dist-info git:(temp-fix-ray) ✗ cat airflow/providers/standard/operators/trigger_dagrun.py | grep DagIsPaused class DagIsPaused(AirflowException): :param fail_when_dag_is_paused: If the dag to trigger is paused, DagIsPaused will be raised. raise DagIsPaused(dag_id=self.trigger_dag_id) ``` -- 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]
