- 22617 Views
- 7 replies
- 7 kudos
How to Develop Locally on Databricks with your Favorite IDEdbx is a Databricks Labs project that allows you to develop code locally and then submit against Databricks interactive and job compute clusters from your favorite local IDE (AWS | Azure | GC...
- 22617 Views
- 7 replies
- 7 kudos
Latest Reply
Hi, You can use any of existing IDE. I'm using pycharm. I have created my own utils to run code on databricks. In .env file I have environmental variables and using SDK I'm creating SparkSession object and WorkspaceObject that you can use to read cre...
6 More Replies
- 4180 Views
- 5 replies
- 5 kudos
How to use a SQL IDE with Databricks SQLDatabricks provides SQL IDE support using DataGrip and DBeaver with Databricks SQL.Let us know in the comments if you've used DataDrip or DBeaver with Databricks! Let us know if there are any other SQL IDEs you...
- 4180 Views
- 5 replies
- 5 kudos
Latest Reply
dbeaver is perfectly working fine but I fount one issue it wont show the correct error for query.
4 More Replies
- 5282 Views
- 8 replies
- 7 kudos
With the announcement of the official IDE support for VS Code, does any one know if there's a way to run notebooks in VSC Code on Databricks clusters?https://www.databricks.com/blog/2023/02/14/announcing-a-native-visual-studio-code-experience-for-dat...
- 5282 Views
- 8 replies
- 7 kudos
Latest Reply
There has been no response regarding running notebook cells in VS Code, so no best response.
7 More Replies
- 2641 Views
- 4 replies
- 2 kudos
Hello, we are developers who have been creating a system in Databricks with Scala. We enabled the Git feature, so the project is in a repository. The project has a lot of notebooks and a lot of calls to other notebooks. Sometimes it is a little overw...
- 2641 Views
- 4 replies
- 2 kudos
Latest Reply
it is true that we can't work without data bricks but we can develop an IDE and send the jar to databricks, this will allow us to create unit tests, and use the IDE capabilities (i.e fast navigation among classes).
3 More Replies
- 1224 Views
- 1 replies
- 1 kudos
Which IDEs are integrated with Databricks till today
- 1224 Views
- 1 replies
- 1 kudos
Latest Reply
EclipseIntelliJJupyterPyCharmSBTsparklyr and RStudio DesktopSparkR and RStudio DesktopVisual Studio Code
- 5819 Views
- 4 replies
- 0 kudos
Editing notebooks on DataBricks is rather cumbersome because it lacks a lot of features IDEs like PyCharm have.
Another problem is that a DataBricks notebook comes with some local state which are not present on my computer.
How can I edit notebooks ...
- 5819 Views
- 4 replies
- 0 kudos
Latest Reply
The documents are out for databricks-connect: https://docs.azuredatabricks.net/user-guide/dev-tools/db-connect.html
I've also written up about a few limitations I have found - some with workarounds: https://datathirst.net/blog/2019/3/7/databricks-co...
3 More Replies