It sounds like there might be a network configuration issue or a client-side problem preventing your query results from appearing in the session, even though they're executing successfully on the server. Here are a few things you could check:
- Network Settings: Ensure there are no firewalls, proxies, or VPN settings disrupting the connection to Databricks. VPNs can sometimes introduce routing complexities or security configurations that might interfere.
- Browser/Client: Try using a different web browser or updating your current one. If you're using a client tool, make sure it's compatible and up-to-date.
- Cluster and Workspace Configuration: Verify that your cluster is properly linked to your workspace and check for any configuration mismatches.
- Session Tokens: Make sure your session or authentication tokens havenโt expired, especially if running long queries.
If these steps donโt resolve the issue, Iโd recommend checking the server logs for more detailed error messages or reaching out to Databricks support for further assistance.