Skip to content

Commit acb3e08

Browse files
authored
Update Go SDK to 0.79.0 (#3376)
## Changes Update Go SDK to 0.79.0
1 parent 1984f7c commit acb3e08

File tree

37 files changed

+1223
-312
lines changed

37 files changed

+1223
-312
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

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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Notable Changes
66

77
### Dependency updates
8+
* Update Go SDK to 0.79.0 ([#3376](https://github.com/databricks/cli/pull/3376))
89

910
### CLI
1011

acceptance/bundle/deployment/bind/quality-monitor/output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"assets_dir":"/Users/user/databricks_lakehouse_monitoring",
55
"drift_metrics_table_name":"",
6-
"monitor_version":"",
6+
"monitor_version":0,
77
"output_schema_name":"catalog.schema",
88
"profile_metrics_table_name":"",
99
"snapshot": {},

acceptance/cmd/workspace/apps/output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Usage:
6363
databricks apps update NAME [flags]
6464

6565
Flags:
66-
--budget-policy-id string
66+
--budget-policy-id string TODO: Deprecate this field after serverless entitlements are released to all prod stages and the new usage_policy_id is properly populated and used.
6767
--description string The description of the app.
6868
-h, --help help for update
6969
--json JSON either inline JSON string or @path/to/file.json with request body (default JSON (0 bytes))

acceptance/help/output.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ Apps
122122
apps Apps run directly on a customer’s Databricks instance, integrate with their data, use and extend Databricks services, and enable users to interact through single sign-on.
123123

124124
Clean Rooms
125+
clean-room-asset-revisions Clean Room Asset Revisions denote new versions of uploaded assets (e.g.
125126
clean-room-assets Clean room assets are data and code objects — Tables, volumes, and notebooks that are shared with the clean room.
127+
clean-room-auto-approval-rules Clean room auto-approval rules automatically create an approval on your behalf when an asset (e.g.
126128
clean-room-task-runs Clean room task runs are the executions of notebooks in a clean room.
127129
clean-rooms A clean room uses Delta Sharing and serverless compute to provide a secure and privacy-protecting environment where multiple parties can work together on sensitive enterprise data without direct access to each other's data.
128130

bundle/internal/schema/annotations_openapi.yml

Lines changed: 132 additions & 64 deletions
Large diffs are not rendered by default.

bundle/internal/schema/annotations_openapi_overrides.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,9 @@ github.com/databricks/cli/bundle/config/resources.QualityMonitor:
386386
quartz_cron_expression: 0 0 8 * * ? # Run Every day at 8am
387387
timezone_id: UTC
388388
```
389+
"inference_log":
390+
"description": |-
391+
PLACEHOLDER
389392
"table_name":
390393
"description": |-
391394
PLACEHOLDER
@@ -475,6 +478,11 @@ github.com/databricks/cli/bundle/config/resources.SecretScopePermissionLevel:
475478
- |-
476479
MANAGE
477480
github.com/databricks/cli/bundle/config/resources.SqlWarehouse:
481+
"enable_photon":
482+
"description": |-
483+
Configures whether the warehouse should use Photon optimized clusters.
484+
485+
Defaults to true.
478486
"permissions":
479487
"description": |-
480488
PLACEHOLDER
@@ -484,11 +492,6 @@ github.com/databricks/cli/bundle/config/resources.SqlWarehouse:
484492
"warehouse_type":
485493
"description": |-
486494
PLACEHOLDER
487-
"enable_photon":
488-
"description": |-
489-
Configures whether the warehouse should use Photon optimized clusters.
490-
491-
Defaults to true.
492495
github.com/databricks/cli/bundle/config/resources.SqlWarehousePermissionLevel:
493496
"_":
494497
"enum":

bundle/internal/validation/generated/enum_fields.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)