- 3559 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...
- 3559 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
- 4842 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...
- 4842 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
- 18004 Views
- 6 replies
- 6 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...
- 18004 Views
- 6 replies
- 6 kudos
Latest Reply
I'm actually not a fan of dbx. I prefer the AWS Glue interactive sessions way of using the IDE. It's exactly like the web notebook experience. I can see the reason why dbx exists, but I'd still like to use a regular notebook experience in my IDE.
5 More Replies
- 2397 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...
- 2397 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
- 1123 Views
- 1 replies
- 1 kudos
Which IDEs are integrated with Databricks till today
- 1123 Views
- 1 replies
- 1 kudos
Latest Reply
EclipseIntelliJJupyterPyCharmSBTsparklyr and RStudio DesktopSparkR and RStudio DesktopVisual Studio Code
- 5501 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 ...
- 5501 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