GitHub user potiuk added a comment to the discussion: [Bug] `standard.operators.python` fails the task randomly
It looks like for some reason you start to run the same task twice - and my guess is like @gopidesupavan that you have some very bad misconfiguration of your Airflow deployment - maybe like two airflow installed at the same time using the same database and running in parallel. Maybe you just did not shutdown old airflow properly or you accidentally reused the same database. I suggest you wipe out your entire machine/installation and start from scratch - ideally using 3.0.5 which is just about to be released. GitHub link: https://github.com/apache/airflow/discussions/54534#discussioncomment-14113667 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
