---
title: "Run, debug, and scale Databricks workloads from your local IDE"
url: https://daily.dev/posts/run-debug-and-scale-databricks-workloads-from-your-local-ide-wgt1xmej0
source_url: https://www.databricks.com/blog/run-debug-and-scale-databricks-workloads-your-local-ide
type: article
source: "databricks"
published: 2026-08-24T16:45:01.646Z
updated: 2026-08-24T16:45:24.936Z
tags: ["machine-learning", "vscode", "apache-spark", "ssh", "databricks"]
reading_time: 3
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Run, debug, and scale Databricks workloads from your local IDE

**[databricks](https://daily.dev/sources/databricks)** · 3 min read · 0 upvotes · 0 comments

## Summary

Databricks now lets developers connect local editors like VS Code, Cursor, or a terminal directly to Databricks compute via a new SSH tunnel, enabling interactive running and debugging of Python and SQL workloads on Serverless, AI Runtime, or dedicated clusters. Dependencies stay synced with Databricks Runtime, and coding agents like Cursor, Copilot, and Claude Code can run with full workspace context. Connection is a single Databricks CLI command, with flags to pre-install Python dependencies or track SSH tunnel costs by user, team, or project.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.databricks.com/blog/run-debug-and-scale-databricks-workloads-your-local-ide>

## Questions this post answers

### How do I connect VS Code or Cursor directly to Databricks compute for running and debugging code?

Use the new SSH tunnel feature via the Databricks CLI command 'databricks ssh connect', which connects to serverless compute by default. Add '--accelerator <GPU_type>' for AI Runtime GPU clusters, or '--cluster <cluster_id>' for a dedicated cluster. Include '--ide vscode' or '--ide cursor' to launch the tunnel directly inside the IDE, or start it from the Databricks IDE extension itself.

_daily.dev surfaces workflow updates like this for teams wiring local IDEs into remote compute._

### Can I use Cursor, Copilot, or Claude Code with Databricks compute and workspace context?

Yes, coding agents can run inside the Databricks SSH tunnel with full workspace context. Cursor and Copilot work out of the box once the tunnel is active, while Claude Code and other agents can be installed after the SSH tunnel is running, giving them access to the same environment and dependencies as the Databricks workspace.

_developers pairing coding agents with cloud compute track setups like this through daily.dev._

### How do I keep Python dependencies in sync between my local IDE and Databricks Runtime?

Start the SSH tunnel with the '--base-environment' flag to pre-install Python dependencies matching Databricks Runtime, keeping the local IDE environment and workspace in sync automatically. A separate '--usage-policy-id' flag lets teams track SSH tunnel compute costs by user, team, or project.

_daily.dev helps engineers keep tabs on tooling changes that affect their dev environment setup._

## Similar posts on daily.dev

- [Amazon SageMaker Studio launches support for Kiro and Cursor IDEs as remote IDEs](https://daily.dev/posts/amazon-sagemaker-studio-launches-support-for-kiro-and-cursor-ides-as-remote-ides-krl4gizo9) · AWS · 0 upvotes · 0 comments
- [Develop and deploy Serverless JARs](https://daily.dev/posts/develop-and-deploy-serverless-jars-spy7rgvds) · databricks · 0 upvotes · 0 comments

---

Tags: [#machine-learning](https://daily.dev/tags/machine-learning), [#vscode](https://daily.dev/tags/vscode), [#apache-spark](https://daily.dev/tags/apache-spark), [#ssh](https://daily.dev/tags/ssh), [#databricks](https://daily.dev/tags/databricks)

[View this post on daily.dev](https://daily.dev/posts/run-debug-and-scale-databricks-workloads-from-your-local-ide-wgt1xmej0)
