Home Blog CatalystOps 0.9.1
Release Notes March 22, 2026 v0.9.1

One Click.
SSH Into Any Databricks Cluster from VS Code

CatalystOps 0.9.1 adds a new Clusters sidebar panel. Find your cluster, click the SSH button, and VS Code opens a remote window directly on the Databricks driver — no terminal commands needed.

What's new

You can now SSH into any Databricks cluster without leaving VS Code. A new Clusters panel appears in the CatalystOps sidebar listing all your workspace clusters and their current status.

Click the SSH button next to any cluster. If the cluster is stopped, CatalystOps starts it for you and waits until it's ready. Once it's running, VS Code Remote SSH opens automatically — you're dropped into a full remote environment on the cluster driver.

If anything needs fixing first (like the cluster's access mode or Spark version), CatalystOps will tell you what's wrong and offer to fix it with a single click.

ℹ️ Requirements

You'll need the VS Code Remote SSH extension and Databricks CLI ≥ 0.269 installed. CatalystOps checks both and will prompt you if either is missing.

What you can do once connected

Once you're in, VS Code is running directly on the cluster driver. That means:

  • Open and edit notebooks and scripts on the cluster's filesystem
  • Use the integrated terminal with full access to the Spark environment
  • Run Python with the cluster's libraries and configurations already loaded
  • Debug code with the VS Code debugger attached to the remote environment

Getting started

  1. Make sure CatalystOps and Remote SSH are installed
  2. Open the CatalystOps sidebar — look for the Clusters panel
  3. Click the SSH button next to the cluster you want to connect to
  4. VS Code will handle the rest and open a new remote window

Free & open source

Try CatalystOps today

Catch PySpark performance issues before they hit production — inline, in your editor.