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/10/31 23:00:28 UTC

[GitHub] [airflow] lihan commented on issue #27259: Airflow Scheduler Crashing 2.4.2

lihan commented on issue #27259:
URL: https://github.com/apache/airflow/issues/27259#issuecomment-1297792401

   @ephraimbuddy 
   
   * Doing `airflow dags list` would cause error that multiple rows returned for the single dag. 
   * ```select dag_id, count(*)
   from dag
   group by 1
   having count(*) > 1;``` This also returns some dag_ids have multiple rows which violates the DB constraint, as the dag_id has the unique index on it.
   


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