You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/08 04:23:03 UTC

[GitHub] [airflow] uranusjr commented on issue #25585: Click "run" error: `AttributeError: 'NoneType' object has no attribute 'is_paused'`

uranusjr commented on issue #25585:
URL: https://github.com/apache/airflow/issues/25585#issuecomment-1207650114

   I’m just guessing from the symptons. This happens if `DagBag.get_dag()` returns None (i.e. no such DAG found), while the DAG entry you see in the UI comes from the database. So it means the two are somehow out of sync, and judging that it “fixes” itself this is probably due to some sort of race condition in the DAG processor…? Not sure.


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