Skip to content

Commit 1bdfc0c

Browse files
committed
Bump min CLI version to v1.0.0 for jobs and pipelines skills
The non-experimental `databricks aitools install` command requires CLI >= v1.0.0. Bump compatibility and skill versions accordingly. Co-authored-by: Isaac
1 parent 5464273 commit 1bdfc0c

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

manifest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"version": "2",
3-
"updated_at": "2026-05-15T12:29:33Z",
3+
"updated_at": "2026-05-21T10:09:27Z",
44
"skills": {
55
"databricks-apps": {
66
"version": "0.1.1",
77
"description": "Databricks Apps development and deployment (evaluates analytics vs synced tables data access)",
88
"experimental": false,
9-
"updated_at": "2026-05-15T12:19:02Z",
9+
"updated_at": "2026-05-21T09:50:58Z",
1010
"files": [
1111
"SKILL.md",
1212
"agents/openai.yaml",
@@ -33,7 +33,7 @@
3333
"version": "0.1.0",
3434
"description": "Core Databricks skill for CLI, auth, and data exploration",
3535
"experimental": false,
36-
"updated_at": "2026-05-12T22:07:25Z",
36+
"updated_at": "2026-05-21T09:50:58Z",
3737
"files": [
3838
"SKILL.md",
3939
"agents/openai.yaml",
@@ -48,7 +48,7 @@
4848
"version": "0.0.0",
4949
"description": "Declarative Automation Bundles (DABs) for deploying and managing Databricks resources",
5050
"experimental": false,
51-
"updated_at": "2026-05-12T20:04:29Z",
51+
"updated_at": "2026-05-21T09:29:10Z",
5252
"files": [
5353
"SKILL.md",
5454
"agents/openai.yaml",
@@ -63,10 +63,10 @@
6363
"base_revision": "e742f36e8ab1"
6464
},
6565
"databricks-jobs": {
66-
"version": "0.1.0",
66+
"version": "0.1.1",
6767
"description": "Databricks Jobs orchestration and scheduling",
6868
"experimental": false,
69-
"updated_at": "2026-05-12T20:04:29Z",
69+
"updated_at": "2026-05-21T10:09:23Z",
7070
"files": [
7171
"SKILL.md",
7272
"agents/openai.yaml",
@@ -78,7 +78,7 @@
7878
"version": "0.1.0",
7979
"description": "Databricks Lakebase Postgres: projects, scaling, connectivity, synced tables, and Data API",
8080
"experimental": false,
81-
"updated_at": "2026-05-15T12:29:29Z",
81+
"updated_at": "2026-05-21T09:50:58Z",
8282
"files": [
8383
"SKILL.md",
8484
"agents/openai.yaml",
@@ -97,7 +97,7 @@
9797
"version": "0.1.0",
9898
"description": "Databricks Model Serving endpoint management",
9999
"experimental": false,
100-
"updated_at": "2026-05-15T12:19:44Z",
100+
"updated_at": "2026-05-21T09:50:58Z",
101101
"files": [
102102
"SKILL.md",
103103
"agents/openai.yaml",
@@ -107,10 +107,10 @@
107107
]
108108
},
109109
"databricks-pipelines": {
110-
"version": "0.1.0",
110+
"version": "0.1.1",
111111
"description": "Databricks Pipelines (DLT) for ETL and streaming",
112112
"experimental": false,
113-
"updated_at": "2026-05-15T12:14:27Z",
113+
"updated_at": "2026-05-21T10:09:24Z",
114114
"files": [
115115
"SKILL.md",
116116
"agents/openai.yaml",
@@ -157,7 +157,7 @@
157157
"version": "0.1.0",
158158
"description": "Migrate Databricks workloads from classic compute to serverless compute, including compatibility checks and concrete fixes",
159159
"experimental": false,
160-
"updated_at": "2026-05-12T20:04:29Z",
160+
"updated_at": "2026-05-21T09:29:10Z",
161161
"files": [
162162
"SKILL.md",
163163
"agents/openai.yaml",

skills/databricks-jobs/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: databricks-jobs
33
description: Develop and deploy Lakeflow Jobs on Databricks. Use when creating data engineering jobs with notebooks, Python wheels, or SQL tasks. Invoke BEFORE starting implementation.
4-
compatibility: Requires databricks CLI (>= v0.292.0)
4+
compatibility: Requires databricks CLI (>= v1.0.0)
55
metadata:
6-
version: "0.1.0"
6+
version: "0.1.1"
77
parent: databricks-core
88
---
99

skills/databricks-pipelines/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: databricks-pipelines
33
description: Develop Lakeflow Spark Declarative Pipelines (formerly Delta Live Tables) on Databricks. Use when building batch or streaming data pipelines with Python or SQL. Invoke BEFORE starting implementation.
4-
compatibility: Requires databricks CLI (>= v0.292.0)
4+
compatibility: Requires databricks CLI (>= v1.0.0)
55
metadata:
6-
version: "0.1.0"
6+
version: "0.1.1"
77
parent: databricks-core
88
---
99

0 commit comments

Comments
 (0)