I am trying to use databricks connect V2 using Azure Databricks from pycharm. I have
- Created a cluster with runtime 13.2 in Shared Access Mode
- I have enabled unity catalog for the workspace and I am the account admin
- I have created a .databrickscfg file with the proper host, token, and cluster_id entered
- I have a conda environment using python 3.10 and with databricks-connect==13.2.0
When I make a simple request like the ones in the tutorials it does not error and never returns anything. I think it authenticates because if I change my token to an incorrect one I do get an error. It is like it sends a request and never gets anything back. When looking at the cluster I am trying to hit no spark job is ever triggered. Help please!