Skip to content

Commit f2e5648

Browse files
committed
Update Go SDK to 0.79.0
1 parent 513d3de commit f2e5648

File tree

33 files changed

+1218
-310
lines changed

33 files changed

+1218
-310
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..."

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)