Skip to content

Commit bc68b15

Browse files
authored
acc: Replace package version in jobs-as-code test (#2880)
https://github.com/databricks/cli/pull/2868/files#r2087216913
1 parent b60a69f commit bc68b15

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

acceptance/bundle/templates/experimental-jobs-as-code/output/my_jobs_as_code/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ where = ["src"]
3030
[tool.uv]
3131
## Dependencies for local development
3232
dev-dependencies = [
33-
"databricks-bundles==0.251.0",
33+
"databricks-bundles==x.y.z",
3434

3535
## Add code completion support for DLT
3636
# "databricks-dlt",
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Ignore = [
22
'.venv',
33
]
4-
54
Timeout = '40s'
65
TimeoutWindows = '120s'
6+
7+
[[Repls]]
8+
Old = '"databricks-bundles==0.\d+.\d+"'
9+
New = '"databricks-bundles==x.y.z"'

0 commit comments

Comments
 (0)