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 2021/01/27 18:30:05 UTC

[GitHub] [airflow] SamWheating edited a comment on issue #13434: Airflow 2.0.0 manual run causes scheduled run to skip

SamWheating edited a comment on issue #13434:
URL: https://github.com/apache/airflow/issues/13434#issuecomment-768484735


   Could you please confirm your database and driver version?
   
   (Assuming you are using mysql client `piplist | grep mysqlclient`)
   
   Based on your screenshot and the code snippet attached above, I suspect that this is related to https://github.com/apache/airflow/pull/11621. It looks like `"DagRunType.Scheduled"` is being written to the dag_run table instead of `"scheduled"`, which would then cause the `most_recent_dag_runs` function to not pick up the scheduled run. 
   
   I am currently looking into this and have an active environment which is affected so I should be able to provide more details shortly. 


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org