You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Taragolis (via GitHub)" <gi...@apache.org> on 2023/02/11 08:59:54 UTC

[GitHub] [airflow] Taragolis opened a new pull request, #29475: Use non-deprecated method when unpause DAG in the UI

Taragolis opened a new pull request, #29475:
URL: https://github.com/apache/airflow/pull/29475

   Use method instead of deprecated property in DAG object when unpause DAG in the UI
   
   ```console
   
   /opt/airflow/airflow/www/views.py:2105 RemovedInAirflow3Warning: This attribute is deprecated. 
   Please use `airflow.models.DAG.get_is_paused` method.
   ```
   


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


[GitHub] [airflow] potiuk merged pull request #29475: Use non-deprecated method when unpause DAG in the UI

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk merged PR #29475:
URL: https://github.com/apache/airflow/pull/29475


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