vinitpayal commented on issue #54554: URL: https://github.com/apache/airflow/issues/54554#issuecomment-3196356893
@gyli so on your trial did had at least a few task runs before upgrading to Airflow 3.0.4. Basically we need older versions of Airflow to have some task runs and then upgrade to Airflow 3.0.4 using `airflow db migrate`. Once done with the migration and fire up airflow scheduler/webserver we would start seeing this issue for every DAG that's there because previous runs would having wrong format UUID after migration. -- 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]
