hello there. I am experiencing a problem using the Databricks Extension with Visual Studio Code, and I wonder if anyone else has experienced this.
First, I have installed the databricks cli, and configured some profiles using tokens. Those profiles and tokens are stored in the .databrickscfg file. I can connect successfully to a databricks workspace, like this :
databricks fs ls dbfs:/ --profile DEV
FileStore
databricks-datasets
databricks-results
mnt
tmp
user
However, when I run vsCode from the same directory and activate the same python environment, and then connect to the very same databricks profile, using the Databricks Extension, I get this error :
"Can't login to databricks socket is closed"
I can connect with databricks, as described, so this can't be any kind of physical access issue. It' seems particular to the Databricks Extension itself. I'm using the 1.0.0 Databricks extension and vsCode 1.79. The problem is reproducible by other people in my organisation, so I don't think it's peculiar to my windows config either.
Does anyone have any ideas?