2.10.3 raises AttributeError: partially initialized module 'airflow' has no attribute 'utils' (most likely due to a circular import) #43971
Unanswered
idexxbernvaug
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I am trying to update Airflow to 2.10.3 from 2.10.2 to resolve a Dependabot finding, but I am getting these errors when trying to run my test suite, pasted below.
I am a little stumped, but maybe this is related to #43334 ?
I don't get these errors on 2.10.1 or 2.10.2
Any help to get things working again would be much appreciated. I am sure there is just a setting that I have missed.
I am using docker-compose with environment variables and not a conf file, and I confirmed that I am using:
AIRFLOW__DATABASE__SQL_ALCHEMY_CONN
instead of
AIRFLOW__CORE__SQL_ALCHEMY_CONN
Please let me know what info I can provide to help arrive at a solution.
Beta Was this translation helpful? Give feedback.
All reactions