You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: