cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Is it possible to run all Python (not just Spark) via Databricks cluster from local IDE?

tasozgurcem
New Contributor

Hi all,

When connecting to a Databricks cluster from a local IDE like VS Code, Spark operations already run on the cluster.

But is there a way to route all Python code โ€” not just Spark โ€” to run directly on the Databricks cluster as well?

Thanks!

1 REPLY 1

Advika
Databricks Employee
Databricks Employee

Hello @tasozgurcem!

If you want your whole Python script to run on the cluster, you can either upload the file or run it as a job using the Databricks extension.
Check this out: https://docs.databricks.com/aws/en/dev-tools/vscode-ext/run
https://docs.databricks.com/aws/en/dev-tools/vscode-ext/tutorial

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now