zachliu commented on issue #23512: URL: https://github.com/apache/airflow/issues/23512#issuecomment-1293752936
i checked out `2.4.2` and did ```bash wget -qO - https://github.com/apache/airflow/pull/27297.patch | git apply -v -3 ``` then built my own airflow ```bash breeze release-management prepare-airflow-package --package-format=wheel --verbose ``` then installed it ```bash pip install apache_airflow-2.4.2-py3-none-any.whl[...] --constraint ... ``` no more "duplicate key value violates unique constraint" errors :rocket: :rocket: :rocket: :rocket: :rocket: :rocket: -- 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]
