Skip to content

Commit e064701

Browse files
Update readme after extension is public (#438)
Co-authored-by: Lennart Kats (databricks) <[email protected]>
1 parent 957a454 commit e064701

File tree

3 files changed

+9
-20
lines changed

3 files changed

+9
-20
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Databricks extension for VSCode
22

3-
| System | Status |
4-
| ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5-
| Build ([main branch](https://github.com/databricks/databricks-vscode/commits/main)) | [![GitHub CI Status](https://github.com/databricks/databricks-vscode/actions/workflows/push.yml/badge.svg?branch=main)](https://github.com/databricks/databricks-vscode/actions/workflows/push.yml) [![Coverage](https://img.shields.io/codecov/c/github/databricks/databricks-vscode/main.svg)](https://codecov.io/gh/databricks/databricks-vscode/branch/main) [![LGTM Grade](https://img.shields.io/lgtm/grade/javascript/github/databricks/databricks-vscode)](https://lgtm.com/projects/g/databricks/databricks-vscode/) |
6-
| [Marketplace](https://marketplace.visualstudio.com/items?itemName=databricks.databricks) | [![Marketplace Version](https://img.shields.io/vscode-marketplace/v/databricks.databricks.svg) ![Marketplace Downloads](https://img.shields.io/vscode-marketplace/d/databricks.databricks.svg)](https://marketplace.visualstudio.com/items?itemName=databricks.databricks) |
3+
| System | Status |
4+
| ---------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5+
| Build ([main branch](https://github.com/databricks/databricks-vscode/commits/main)) | [![GitHub CI Status](https://github.com/databricks/databricks-vscode/actions/workflows/push.yml/badge.svg?branch=main)](https://github.com/databricks/databricks-vscode/actions/workflows/push.yml) |
6+
| [Marketplace](https://marketplace.visualstudio.com/items?itemName=databricks.databricks) | [![Marketplace Version](https://img.shields.io/vscode-marketplace/v/databricks.databricks.svg) ![Marketplace Downloads](https://img.shields.io/vscode-marketplace/d/databricks.databricks.svg)](https://marketplace.visualstudio.com/items?itemName=databricks.databricks) |
77

88
## Introduction
99

packages/databricks-vscode/README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,33 @@
22

33
The Databricks extension for VS Code allows you to develop for the Databricks Lakehouse platform from VS Code.
44

5-
The extension is available from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/itemdetails?itemName=databricks.databricks-vscode).
6-
7-
This is an open source project because we want you to be involved. We love issues, feature requests, code reviews, pull requests or any positive contribution. See [CONTRIBUTING.md](CONTRIBUTING.md).
5+
The extension is available from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/itemdetails?itemName=databricks.databricks).
86

97
## Features
108

119
- Synchronize code to a Databricks workspace
1210
- Run Python files on a Databricks cluster
1311
- Run notebooks and Python files as Workflows
1412

15-
<!--
16-
Comment out until the repo is public so the image can be loaded by the marketplace
17-
1813
![run](./images/run.gif)
19-
-->
2014

2115
## Requirements
2216

23-
In order to use this extension you need acceess to a Databricks workspace:
17+
In order to use this extension you need access to a Databricks workspace:
2418

2519
1. Databricks workspace with:
2620
1. `Repos` enabled
2721
2. `Files in Repos` enabled
28-
2. Permission to access the workspace using a personal access token (PAT)
22+
2. Permission to access the workspace using a personal access token (PAT) or Azure AD CLI.
2923
3. Access to an interactive cluster or permissions to create a cluster
30-
4. Permissions to create Databricks repos
24+
4. Permissions to create Databricks Repos
3125

3226
## Documentation
3327

34-
<!--
3528
Comment out until the repo is public so the image can be loaded by the marketplace
3629

3730
- The [Quick Start Guide](README.quickstart.md) provides an overview
3831
of common features.
39-
-->
40-
4132
- The [User Guide](https://docs.databricks.com/dev-tools/vscode-ext.html)
4233
contains comprehesive documentation about the Databricks extension.
4334

packages/databricks-vscode/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
},
3939
"activationEvents": [
4040
"onCommand:databricks.*",
41-
"onView:configurationView",
42-
"onView:clusterView",
4341
"onTaskType:databricks",
4442
"onDebugResolve:databricks",
4543
"onDebugResolve:databricks-workflow",
@@ -669,4 +667,4 @@
669667
],
670668
"report-dir": "coverage"
671669
}
672-
}
670+
}

0 commit comments

Comments
 (0)