mirror of https://github.com/databricks/cli.git
Upgrade databricks-bundles to 0.7.2 (#2497)
## Changes Upgrade databricks-bundles to 0.7.2 It fixes problems with bundles using more than one resource loader or mutator.
This commit is contained in:
parent
b3337326de
commit
52338c0341
|
@ -30,7 +30,7 @@ where = ["src"]
|
|||
[tool.uv]
|
||||
## Dependencies for local development
|
||||
dev-dependencies = [
|
||||
"databricks-bundles==0.7.0",
|
||||
"databricks-bundles==0.7.2",
|
||||
|
||||
## Add code completion support for DLT
|
||||
# "databricks-dlt",
|
||||
|
|
|
@ -39,7 +39,7 @@ py-modules = []
|
|||
[tool.uv]
|
||||
## Dependencies for local development
|
||||
dev-dependencies = [
|
||||
"databricks-bundles==0.7.0",
|
||||
"databricks-bundles==0.7.2",
|
||||
|
||||
## Add code completion support for DLT
|
||||
# "databricks-dlt",
|
||||
|
|
Loading…
Reference in New Issue