Skip to content

Commit ef0ad45

Browse files
committed
Update references
1 parent 53e86ac commit ef0ad45

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "databricks-skills",
3-
"description": "Databricks skills for CLI, Apps, Unity Catalog, Model Serving, Declarative Automation Bundles, and more.",
3+
"description": "Databricks skills for CLI, Apps, Unity Catalog, Model Serving, DABs, and more.",
44
"version": "0.1.0",
55
"author": {
66
"name": "Databricks"
77
},
88
"repository": "https://github.com/databricks/databricks-agent-skills",
9-
"keywords": ["databricks", "cli", "apps", "etl", "data-engineering", "spark", "data-pipelines", "unity-catalog", "model-serving", "declarative-automation-bundles"],
9+
"keywords": ["databricks", "cli", "apps", "etl", "data-engineering", "spark", "data-pipelines", "unity-catalog", "model-serving", "dabs"],
1010
"skills": "./skills/"
1111
}

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "2",
3-
"updated_at": "2026-04-02T08:39:27Z",
3+
"updated_at": "2026-04-02T08:47:25Z",
44
"skills": {
55
"databricks-apps": {
66
"version": "0.1.1",
@@ -26,7 +26,7 @@
2626
"version": "0.1.0",
2727
"description": "Core Databricks skill for CLI, auth, and data exploration",
2828
"experimental": false,
29-
"updated_at": "2026-04-02T07:56:18Z",
29+
"updated_at": "2026-04-02T08:45:16Z",
3030
"files": [
3131
"SKILL.md",
3232
"data-exploration.md",

skills/databricks-core/SKILL.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,10 @@ 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) |
134+
| Deploying jobs/pipelines | Use `/databricks-dabs` |
135135

136136
## Reference Guides
137137

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

skills/databricks-core/data-exploration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,4 +327,4 @@ Both commands support:
327327

328328
## Related Commands
329329

330-
- **[Declarative Automation Bundles](declarative-automation-bundles.md)** - Deploy SQL, pipeline, and app resources as code
330+
- Use `/databricks-dabs` - Deploy SQL, pipeline, and app resources as code

0 commit comments

Comments
 (0)