Skip to content

Commit 5a15d6e

Browse files
authored
Link user docs (#221)
1 parent 72904f1 commit 5a15d6e

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

packages/databricks-vscode/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,18 @@ In order to use this extension you need acceess to a Databricks workspace:
2929
3. Access to an interactive cluster or permissions to create a cluster
3030
4. Permissions to create Databricks repos
3131

32-
<!--
32+
## Documentation
3333

34+
<!--
3435
Comment out until the repo is public so the image can be loaded by the marketplace
3536
36-
## Documentation
37-
3837
- The [Quick Start Guide](README.quickstart.md) provides an overview
3938
of common features.
40-
- <mark>The [User Guide](https://docs.databricks.com/)
41-
contains comprehesive documentation about the Databricks extension. (TODO: Link not available yet)</mark>
42-
4339
-->
4440

41+
- The [User Guide](https://docs.databricks.com/dev-tools/vscode-ext.html)
42+
contains comprehesive documentation about the Databricks extension.
43+
4544
## Release Notes
4645

4746
### 0.0.1

packages/databricks-vscode/README.quickstart.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
> 📘 **Note**: The [User Guide](https://docs.databricks.com/dev-tools/vscode-ext.html) contains comprehesive documentation about the Databricks extension.
6+
57
# Features
68

79
- Synchronize code to a Databricks workspace

packages/databricks-vscode/src/run/WorkflowOutputPanel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class WorkflowOutputPanel {
7171
case "RUNNING":
7272
return "Running";
7373
case "TERMINATED":
74-
return "Terminated";
74+
return "Succeeded";
7575
case "SKIPPED":
7676
return "Skipped";
7777
case "INTERNAL_ERROR":

0 commit comments

Comments
 (0)