ldacey commented on issue #25200:
URL: https://github.com/apache/airflow/issues/25200#issuecomment-1226322244

   FYI - ran into the same issue on Airflow 2.3.4. I had to revert back to 
2.3.2 for a stable experience for now, and I had to delete one row from my task 
instance table (a UPDATE was trying to change map_index to 0 which already 
existed, apparently, so the primary constraint was violated and the scheduler 
crashed).
   
   In my case, none of my dynamic tasks happen to have empty lists though - 
there are values.


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