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
Databricks recently introduced Lakebase, a serverless Postgres database. Connections to Lakebase instances can be made using the odbc::odbc() function with an available Postgres ODBC driver, but it would be nice to have a dedicated odbc::lakebase() function similar to odbc::databricks(). This function would simplify the connection and authentication process for making these database connections.