@Naruto - Thanks for the question and using MS Q&A platform.
Unfortunately, there is no way to connect web terminal using Databricks VS code extension.
Azure Databricks web terminal provides a convenient and highly interactive way for you to run shell commands and use editors, such as Vim or Emacs, on the Spark driver node. The web terminal can be used by many users on one cluster. Example uses of the web terminal include monitoring resource usage and installing Linux packages.
Steps to enable the web terminal:
Go to admin settings => Advanced => Web Terminal: Enabled (Switch toggle ON)
Steps to access the web terminal:
Go to cluster => Select cluster which is (Running) => Apps => click on Web Terminal to access.
Now we are able to access the web terminal as shown below:
For more details, refer to Azure Databricks - Web terminal.
If you want to connect to the Databricks compute terminal using Databricks VS code extension. You can follow the steps metioned here:
The Quick Start Guide provides an overview of common features.
The User Guide contains comprehesive documentation about the Databricks extension.
Summary on how to connect databricks compute terminal using Databricks VS code extension:
Open VS Code => Install databricks vs code extension => configure extension => create a python file => Attach a running cluster => "Run" icon in the tab bar and select "Upload and Run File on Databricks" => Check the debug console for the output.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.