Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 3 KB

File metadata and controls

42 lines (27 loc) · 3 KB

Databricks extension for VSCode

System Status
Build (main branch) GitHub CI Status codecov
Marketplace Marketplace Version Marketplace Downloads

Introduction

This repository contains the source code for Databricks extensions for VSCode.

Currently, we have the following packages:

Getting Started

Prepare yarn:

npm install -g yarn@3
yarn install

The Databricks JavaScript SDK (@databricks/sdk-experimental) is a regular npm dependency and is installed automatically by yarn install — no separate step is required.

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.