Skip to content

Commit 1157a83

Browse files
authored
Simplify README.md (#1509)
## Changes Copy-pasted 'features' section from the quick start guide. Removed the getting-stated gif, as it was outdated. Quick-start guide is now more prominent in the Documentation section. Removed the Requirements setion, as it was outdated. We also now communicate the main requirements in the extension UI. ## Tests <!-- How is this tested? -->
1 parent 679ed7a commit 1157a83

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

packages/databricks-vscode/README.md

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,12 @@ The extension is available from the [Visual Studio Marketplace](https://marketpl
66

77
## Features
88

9-
- Synchronize code to a Databricks workspace
10-
- Run Python files on a Databricks cluster
11-
- Run notebooks and Python files as Workflows
12-
13-
![run](images/run.gif)
14-
15-
## Requirements
16-
17-
In order to use this extension you need access to a Databricks workspace:
18-
19-
1. Databricks workspace with:
20-
1. `Repos` enabled
21-
2. `Files in Repos` enabled
22-
2. Permission to access the workspace using a personal access token (PAT) or Azure AD CLI.
23-
3. Access to an interactive cluster or permissions to create a cluster
24-
4. Permissions to create Databricks Repos
25-
26-
## Getting started
27-
28-
![configure](./images/configure.gif)
9+
- Define, deploy, and run Databricks Asset Bundles to apply CI/CD patterns to your Databricks jobs, Delta Live Tables pipelines, and MLOps Stacks.
10+
- Run local Python code files on Databricks clusters.
11+
- Run notebooks and local Python code files as Databricks jobs.
12+
- Set up and configure your debugging environment and Databricks Connect.
13+
- Debug notebooks cell by cell with Databricks Connect.
14+
- Synchronize local code with code in your Databricks workspace.
2915

3016
## Documentation
3117

0 commit comments

Comments
 (0)