Skip to content

Commit 095c871

Browse files
authored
Merge branch 'main' into extend-test-resources
2 parents 99bf0bd + b906545 commit 095c871

File tree

265 files changed

+4597
-1059
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

265 files changed

+4597
-1059
lines changed

.codegen/_openapi_sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
90fefb5618fdecf7dfdf6be7d56c2213d24ad944
1+
ff038204ea0f04d1ee43bc4a0221cb6c0a9be5d8

.gitattributes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cmd/account/workspace-assignment/workspace-assignment.go linguist-generated=true
3838
cmd/account/workspace-network-configuration/workspace-network-configuration.go linguist-generated=true
3939
cmd/account/workspaces/workspaces.go linguist-generated=true
4040
cmd/workspace/access-control/access-control.go linguist-generated=true
41-
cmd/workspace/ai-builder/ai-builder.go linguist-generated=true
41+
cmd/workspace/agent-bricks/agent-bricks.go linguist-generated=true
4242
cmd/workspace/aibi-dashboard-embedding-access-policy/aibi-dashboard-embedding-access-policy.go linguist-generated=true
4343
cmd/workspace/aibi-dashboard-embedding-approved-domains/aibi-dashboard-embedding-approved-domains.go linguist-generated=true
4444
cmd/workspace/alerts-legacy/alerts-legacy.go linguist-generated=true
@@ -48,7 +48,9 @@ cmd/workspace/apps/apps.go linguist-generated=true
4848
cmd/workspace/artifact-allowlists/artifact-allowlists.go linguist-generated=true
4949
cmd/workspace/automatic-cluster-update/automatic-cluster-update.go linguist-generated=true
5050
cmd/workspace/catalogs/catalogs.go linguist-generated=true
51+
cmd/workspace/clean-room-asset-revisions/clean-room-asset-revisions.go linguist-generated=true
5152
cmd/workspace/clean-room-assets/clean-room-assets.go linguist-generated=true
53+
cmd/workspace/clean-room-auto-approval-rules/clean-room-auto-approval-rules.go linguist-generated=true
5254
cmd/workspace/clean-room-task-runs/clean-room-task-runs.go linguist-generated=true
5355
cmd/workspace/clean-rooms/clean-rooms.go linguist-generated=true
5456
cmd/workspace/cluster-policies/cluster-policies.go linguist-generated=true

.golangci.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,6 @@ linters:
4949
- all
5050
# disabled checks:
5151
- -ST1003
52-
- -ST1016
53-
- -ST1005
54-
- -ST1023
55-
- -QF1001
56-
- -QF1003
57-
- -QF1007
58-
- -QF1008
59-
- -QF1009
60-
- -QF1011
61-
- -QF1012
6252
testifylint:
6353
enable-all: true
6454
disable:

.release_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"timestamp": "2025-07-30 13:51:31+0000"
2+
"timestamp": "2025-08-06 13:16:04+0000"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Version changelog
22

3+
## Release v0.263.0
4+
5+
### CLI
6+
* Show "DEFAULT" as the default profile for `databricks auth login` [#3252](https://github.com/databricks/cli/pull/3252)
7+
8+
### Bundles
9+
* Always set default value for source field for tasks if not explicitly set already ([#3359](https://github.com/databricks/cli/pull/3359))
10+
* Fix panic in auto completion handler for bundler run/open. Regression introduced in 0.259.0. [#3358](https://github.com/databricks/cli/pull/3358)
11+
* Fix error propagation in the `bundle generate dashboard` command. Regression introduced in 0.259.0. [#3354](https://github.com/databricks/cli/pull/3354)
12+
13+
314
## Release v0.262.0
415

516
### CLI

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ GENKIT_BINARY := $(UNIVERSE_DIR)/bazel-bin/openapi/genkit/genkit_/genkit
117117

118118
generate:
119119
@echo "Checking out universe at SHA: $$(cat .codegen/_openapi_sha)"
120-
cd $(UNIVERSE_DIR) && git checkout $$(cat $(PWD)/.codegen/_openapi_sha)
120+
cd $(UNIVERSE_DIR) && git fetch origin master && git checkout $$(cat $(PWD)/.codegen/_openapi_sha)
121121
@echo "Building genkit..."
122122
cd $(UNIVERSE_DIR) && bazel build //openapi/genkit
123123
@echo "Generating CLI code..."

NEXT_CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# NEXT CHANGELOG
22

3-
## Release v0.263.0
3+
## Release v0.264.0
44

55
### Notable Changes
66

77
### Dependency updates
8+
* Upgrade TF provider to 1.86.0 ([#3374](https://github.com/databricks/cli/pull/3374))
9+
* Update Go SDK to 0.79.0 ([#3376](https://github.com/databricks/cli/pull/3376))
810

911
### CLI
10-
* Show "DEFAULT" as the default profile for `databricks auth login` [#3252](https://github.com/databricks/cli/pull/3252)
1112

1213
### Bundles
13-
* Fix panic in auto competion handler for bundler run/open. Regression introduced in 0.259.0.
14+
* Add support for tagging pipelines ([#3086](https://github.com/databricks/cli/pull/3086))
1415

1516
### API Changes

acceptance/bundle/artifacts/whl_implicit_notebook/output.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ dist/my_test_code-0.0.1-py3-none-any.whl
2121
}
2222
],
2323
"notebook_task": {
24-
"notebook_path": "/notebook.py"
24+
"notebook_path": "/notebook.py",
25+
"source": "WORKSPACE"
2526
},
2627
"task_key": "TestTask"
2728
}

acceptance/bundle/debug/direct/out.stderr.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
10:07:59 Info: Phase: initialize pid=12345
2020
10:07:59 Debug: Apply pid=12345 mutator=validate:AllResourcesHaveValues
2121
10:07:59 Debug: Apply pid=12345 mutator=validate:interpolation_in_auth_config
22+
10:07:59 Debug: Apply pid=12345 mutator=validate:no_interpolation_in_bundle_name
2223
10:07:59 Debug: Apply pid=12345 mutator=validate:scripts
2324
10:07:59 Debug: Apply pid=12345 mutator=RewriteSyncPaths
2425
10:07:59 Debug: Apply pid=12345 mutator=SyncDefaultPath
@@ -39,7 +40,7 @@
3940
10:07:59 Debug: Apply pid=12345 mutator=RewriteWorkspacePrefix
4041
10:07:59 Debug: Apply pid=12345 mutator=SetVariables
4142
10:07:59 Debug: Apply pid=12345 mutator=ResolveVariableReferences
42-
10:07:59 Debug: Apply pid=12345 mutator=ResolveResourceReferences
43+
10:07:59 Debug: Apply pid=12345 mutator=ResolveLookupVariables
4344
10:07:59 Debug: Apply pid=12345 mutator=ResolveVariableReferences
4445
10:07:59 Debug: Apply pid=12345 mutator=validate:volume-path
4546
10:07:59 Debug: Apply pid=12345 mutator=ApplyTargetMode

acceptance/bundle/debug/direct/output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Validation OK!
1414
+>>> [CLI] bundle validate --debug
1515
10:07:59 Info: start pid=12345 version=[DEV_VERSION] args="[CLI], bundle, validate, --debug"
1616
10:07:59 Debug: Found bundle root at [TEST_TMP_DIR] (file [TEST_TMP_DIR]/databricks.yml) pid=12345
17-
@@ -61,8 +63,4 @@
17+
@@ -62,8 +64,4 @@
1818
10:07:59 Debug: Apply pid=12345 mutator=metadata.AnnotateJobs
1919
10:07:59 Debug: Apply pid=12345 mutator=metadata.AnnotatePipelines
2020
-10:07:59 Debug: Apply pid=12345 mutator=terraform.Initialize

0 commit comments

Comments
 (0)