Skip to content
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

It's broken from Airflow 2.7 #143

Open
chriske opened this issue Jun 26, 2024 · 0 comments
Open

It's broken from Airflow 2.7 #143

chriske opened this issue Jun 26, 2024 · 0 comments

Comments

@chriske
Copy link

chriske commented Jun 26, 2024

This error occurs from 2.7.3.

File "/home/airflow/.local/lib/python3.9/site-packages/sqlalchemy/sql/type_api.py", line 1497, in getattr
return getattr(self.impl, key)
File "/home/airflow/.local/lib/python3.9/site-packages/sqlalchemy/sql/type_api.py", line 1497, in getattr
return getattr(self.impl, key)
File "/home/airflow/.local/lib/python3.9/site-packages/sqlalchemy/sql/type_api.py", line 1497, in getattr
return getattr(self.impl, key)
[Previous line repeated 4896 more times]
RecursionError: maximum recursion depth exceeded

Does anybody has a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant