sw-cyderes commented on issue #56192: URL: https://github.com/apache/airflow/issues/56192#issuecomment-4445574413
> I'm not sure if this is the right way to use it, but dropping the foreign key constraint on dag_version in the task_instance table did resolve the above issue..... > > ALTER TABLE public.task_instance DROP CONSTRAINT task_instance_dag_version_id_fkey; Is this safe to do? -- 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]
