Skip to content

Commit cb378d3

Browse files
committed
Cleanup
1 parent 6f3d15e commit cb378d3

File tree

4 files changed

+2
-508
lines changed

4 files changed

+2
-508
lines changed

manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
"updated_at": "2026-03-27T14:25:57Z",
44
"skills": {
55
"databricks": {
6-
"version": "0.1.0",
6+
"version": "0.1.1",
77
"description": "Core Databricks skill for CLI, auth, and data exploration",
88
"experimental": false,
99
"updated_at": "2026-03-27T13:42:04Z",
1010
"files": [
1111
"SKILL.md",
1212
"data-exploration.md",
1313
"databricks-cli-auth.md",
14-
"databricks-cli-install.md",
15-
"declarative-automation-bundles.md"
14+
"databricks-cli-install.md"
1615
]
1716
},
1817
"databricks-apps": {

skills/databricks/SKILL.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,9 @@ databricks bundle run <RESOURCE> -t <TARGET> --profile <PROFILE>
131131
| First time setup | [CLI Installation](databricks-cli-install.md) |
132132
| Auth issues / new workspace | [CLI Authentication](databricks-cli-auth.md) |
133133
| Exploring tables/schemas | [Data Exploration](data-exploration.md) |
134-
| Deploying jobs/pipelines | [Declarative Automation Bundles](declarative-automation-bundles.md) |
135134

136135
## Reference Guides
137136

138137
- [CLI Installation](databricks-cli-install.md)
139138
- [CLI Authentication](databricks-cli-auth.md)
140139
- [Data Exploration](data-exploration.md)
141-
- [Declarative Automation Bundles](declarative-automation-bundles.md)

skills/databricks/data-exploration.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,3 @@ Both commands support:
325325

326326
5. **Profile usage** - Always specify `--profile` in Claude Code to avoid authentication issues
327327

328-
## Related Commands
329-
330-
- **[Declarative Automation Bundles](declarative-automation-bundles.md)** - Deploy SQL, pipeline, and app resources as code

0 commit comments

Comments
 (0)