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
After release of databricks-sql-connector 3.0.0 receiving error sqlalchemy.types has no attribute 'Uuid' when using:
from langchain.sqldatabase import SQLDatabase
db = SQLDatabase.from_databricks()
Downgrading to version 2.9.3 resolves the error. Multiple reports of this issue. Additional report that downgrading sqlalchemy to version 2.0.12 resolved error.