Skip to content

Commit a494b56

Browse files
committed
Put back DAB references
1 parent cb378d3 commit a494b56

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"version": "2",
3-
"updated_at": "2026-03-27T14:25:57Z",
3+
"updated_at": "2026-03-31T11:09:18Z",
44
"skills": {
55
"databricks": {
66
"version": "0.1.1",
77
"description": "Core Databricks skill for CLI, auth, and data exploration",
88
"experimental": false,
9-
"updated_at": "2026-03-27T13:42:04Z",
9+
"updated_at": "2026-03-31T11:09:14Z",
1010
"files": [
1111
"SKILL.md",
1212
"data-exploration.md",
@@ -98,7 +98,7 @@
9898
"version": "0.1.0",
9999
"description": "Declarative Automation Bundles (DABs) for deploying and managing Databricks resources",
100100
"experimental": true,
101-
"updated_at": "2026-03-27T14:23:03Z",
101+
"updated_at": "2026-03-31T11:09:12Z",
102102
"files": [
103103
"SKILL.md",
104104
"references/alerts.md",

skills/databricks/SKILL.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "databricks"
33
description: "Databricks CLI operations: auth, profiles, data exploration, and bundles. Contains up-to-date guidelines for Databricks-related CLI tasks."
44
compatibility: Requires databricks CLI (>= v0.292.0)
55
metadata:
6-
version: "0.1.0"
6+
version: "0.1.1"
77
---
88

99
# Databricks
@@ -17,6 +17,7 @@ For specific products, use dedicated skills:
1717
- **databricks-pipelines** - Lakeflow Spark Declarative Pipelines (batch and streaming data pipelines)
1818
- **databricks-apps** - Full-stack TypeScript app development and deployment
1919
- **databricks-lakebase** - Lakebase Postgres Autoscaling project management
20+
- **declarative-automation-bundles** - Create, deploy, and manage Declarative Automation Bundles (DABs)
2021

2122
## Prerequisites
2223

@@ -131,9 +132,11 @@ databricks bundle run <RESOURCE> -t <TARGET> --profile <PROFILE>
131132
| First time setup | [CLI Installation](databricks-cli-install.md) |
132133
| Auth issues / new workspace | [CLI Authentication](databricks-cli-auth.md) |
133134
| Exploring tables/schemas | [Data Exploration](data-exploration.md) |
135+
| Deploying jobs/pipelines | [Declarative Automation Bundles](../declarative-automation-bundles/SKILL.md) |
134136

135137
## Reference Guides
136138

137139
- [CLI Installation](databricks-cli-install.md)
138140
- [CLI Authentication](databricks-cli-auth.md)
139141
- [Data Exploration](data-exploration.md)
142+
- [Declarative Automation Bundles](../declarative-automation-bundles/SKILL.md)

skills/databricks/data-exploration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,3 +325,7 @@ 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/SKILL.md)** - Deploy SQL, pipeline, and app resources as code
331+

skills/declarative-automation-bundles/SKILL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
name: dabs
33
description: 'Create, configure, validate, deploy, run, and manage DABs — Declarative Automation Bundles (formerly Databricks Asset Bundles) — for Databricks resources including dashboards, jobs, pipelines, alerts, volumes, and apps'
4+
compatibility: Requires databricks CLI (>= v0.292.0)
5+
metadata:
6+
version: "0.1.0"
7+
parent: databricks
48
---
59

610
# Declarative Automation Bundles (DABs)

0 commit comments

Comments
 (0)