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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to