https://github.com/databricks/databricks-vscode
VS Code extension for Databricks
https://github.com/databricks/databricks-vscode
Last synced: 10 months ago
JSON representation
VS Code extension for Databricks
- Host: GitHub
- URL: https://github.com/databricks/databricks-vscode
- Owner: databricks
- License: other
- Created: 2022-06-17T08:56:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T13:46:53.000Z (11 months ago)
- Last Synced: 2025-04-03T00:58:59.315Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 34 MB
- Stars: 144
- Watchers: 13
- Forks: 26
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Databricks extension for VSCode
| System | Status |
| ---------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Build ([main branch](https://github.com/databricks/databricks-vscode/commits/main)) | [](https://github.com/databricks/databricks-vscode/actions/workflows/push.yml) [](https://codecov.io/gh/databricks/databricks-vscode) |
| [Marketplace](https://marketplace.visualstudio.com/items?itemName=databricks.databricks) | [ ](https://marketplace.visualstudio.com/items?itemName=databricks.databricks) |
## Introduction
This repository contains the source code for Databricks extensions for VSCode.
Currently, we have the following packages:
- [databricks-vscode](https://github.com/databricks/databricks-vscode/tree/main/packages/databricks-vscode)
The VSCode extension for Databricks published to the VSCode marketplace.
- [databricks-vscode-types](https://github.com/databricks/databricks-vscode/tree/main/packages/databricks-vscode-types)
Type definition of the public API of the VSCode extension.
### Getting Started
Prepare yarn:
```
npm install -g yarn@2
yarn install
```
Prepare Databricks JavaScript SDK:
```
yarn run install:sdk
```
Prepare Databricks CLI:
```
yarn workspace databricks run package:cli:fetch
```
After that you are ready to build and test the `databricks-vscode` extension.
### Found an issue?
If you find an issue/bug or have a feature request, please file an issue here: https://github.com/databricks/databricks-vscode/issues/new
Also please append the logs as per these instructions https://docs.databricks.com/dev-tools/vscode-ext.html#send-usage-logs-to-databricks.