Skip to content

Commit 7b1abef

Browse files
committed
fix: remove duplicate auth login command from databricks-config, add cross-reference
Co-authored-by: Isaac
1 parent 0c7ba92 commit 7b1abef

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

databricks-skills/databricks-config/SKILL.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ Use this skill when you need to authenticate to a Databricks workspace or config
99

1010
## Authenticate to a workspace
1111

12-
```bash
13-
# OAuth (recommended) — opens browser to complete login
14-
databricks auth login --host https://<your-workspace>.azuredatabricks.net
12+
For initial CLI setup and install instructions, see [dev-best-practices §2.5](../dev-best-practices/1-foundations-and-setup.md).
1513

16-
# Store under a named profile
14+
```bash
15+
# Store under a named profile (for multi-workspace workflows)
1716
databricks auth login --host https://<your-workspace>.azuredatabricks.net --profile my-profile
1817
```
1918

databricks-skills/dev-best-practices/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ A practical guide for writing code, collaborating, and shipping production-ready
4848
- **[databricks-python-sdk](../databricks-python-sdk/SKILL.md)** — Python SDK implementation reference
4949
- **[databricks-unity-catalog](../databricks-unity-catalog/SKILL.md)** — Unity Catalog operations and system tables
5050
- **[databricks-jobs](../databricks-jobs/SKILL.md)** — Job orchestration patterns
51+
- **[databricks-config](../databricks-config/SKILL.md)** — profile and authentication setup for CLI/SDK

0 commit comments

Comments
 (0)