-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: No inspection system is available for object of type <class 'method'> #535
Comments
Found the solution to this is to pin the SQLAlchemy==1.3.15 from apache/airflow#8211 |
Good catch @gnomeria! |
I have uninstalled SQLAlchemy==1.3.16 then installed SQLAlchemy==1.3.15 as the following: It worked well without issues |
This was fixed with 1.10.10 via apache/airflow#8230 |
Ok, so extending the Dockerfile to pip uninstall/install the right SQLAlchemy version works. But it's an ugly workaround. Can someone post how fix this by specifying the new airflow version where this was fixed? |
You can actually just set the new airflow version, like my unmerged pr here: |
Thanks @gnomeria |
The text was updated successfully, but these errors were encountered: