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
fix: add session validation and auto-cleanup for Databricks connections
- Add isSessionValid() method using getInfo(13) to check session health
- Modify acquireSession() to validate sessions before returning them
- Add invalidateSession() method to safely remove expired sessions
- Automatically clean up invalid sessions from the pool
This prevents HTTP 400 errors caused by expired Databricks sessions
0 commit comments