Skip to content

Commit 0f77c39

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 c34d861 commit 0f77c39

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@
111111
]
112112
},
113113
"databricks-pipelines": {
114-
"version": "0.1.0",
114+
"version": "0.1.1",
115115
"description": "Databricks Spark Declarative Pipelines (SDP) for ETL and streaming",
116116
"repo_dir": "skills",
117-
"updated_at": "2026-05-12T15:39:50Z",
117+
"updated_at": "2026-05-22T15:54:01Z",
118118
"files": [
119119
"SKILL.md",
120120
"agents/openai.yaml",

skills/databricks-jobs/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: databricks-jobs
33
description: Develop and deploy Lakeflow Jobs on Databricks via DABs, Python SDK, or the CLI. Use when creating data engineering jobs with notebooks, Python wheels, SQL, dbt, or pipelines. Invoke BEFORE starting implementation.
4-
compatibility: Requires databricks CLI (>= v0.292.0)
4+
compatibility: Requires databricks CLI (>= v1.0.0)
55
metadata:
66
version: "0.2.0"
77
parent: databricks-core

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)