databricks / databricks-vscode

VS Code extension for Databricks
Other
116 stars 20 forks source link

Add support for step debugging #589

Open fjakobs opened 1 year ago

fjakobs commented 1 year ago

The Databricks extension for VS Code currently executes all of the code remotely on a Databricks cluster, which means that the build-in VSCode debugger doesn't work.

We want to add a way to run pyspark code locally, while still performing data frame operations against the configured Spark cluster.

Please upvote if you are interested.

Attol8 commented 1 year ago

having this feature and the ability to run notebooks (#472 ) would be more than awesome !!

tazfu42 commented 1 year ago

Upvote