From bd60abd7100ca1c7c7121595e420d9ee7b728378 Mon Sep 17 00:00:00 2001 From: "databricks-ci-ghec-2[bot]" <184307802+databricks-ci-ghec-2[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 03:54:07 +0000 Subject: [PATCH] Update SDK to 4d4aa9d257a7e72a77521e7a9e249f526ab77f16 --- .codegen/_openapi_sha | 2 +- NEXT_CHANGELOG.md | 3 ++- service/bundle/model.go | 4 ++++ service/catalog/model.go | 3 ++- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.codegen/_openapi_sha b/.codegen/_openapi_sha index 76599c0a1..16556937d 100755 --- a/.codegen/_openapi_sha +++ b/.codegen/_openapi_sha @@ -1 +1 @@ -e3586ea1d9b0c6df1b28f95888a425958b13b582 \ No newline at end of file +4d4aa9d257a7e72a77521e7a9e249f526ab77f16 \ No newline at end of file diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index cf031aa6e..54c24d8d4 100755 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -23,4 +23,5 @@ * Add `AutoscopeEnabled` field for [settings.CreateOboTokenRequest](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/settings#CreateOboTokenRequest). * Add `AutoscopeEnabled` field for [settings.CreateTokenRequest](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/settings#CreateTokenRequest). * Add `AutoscopeState`, `BackfillScopes`, `InferredScopes` and `Scopes` fields for [settings.PublicTokenInfo](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/settings#PublicTokenInfo). -* Add `AutoscopeState`, `BackfillScopes`, `InferredScopes` and `Scopes` fields for [settings.TokenInfo](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/settings#TokenInfo). \ No newline at end of file +* Add `AutoscopeState`, `BackfillScopes`, `InferredScopes` and `Scopes` fields for [settings.TokenInfo](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/settings#TokenInfo). +* Add `ResourceType` field for [bundle.Operation](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/bundle#Operation). \ No newline at end of file diff --git a/service/bundle/model.go b/service/bundle/model.go index 76bafb143..49db49475 100755 --- a/service/bundle/model.go +++ b/service/bundle/model.go @@ -488,6 +488,10 @@ type Operation struct { // encoded string key. This key links the operation to the corresponding // deployment-level Resource. ResourceKey string `json:"resource_key,omitempty"` + // The type of the deployment resource this operation applies to. Derived + // from the `resource_key` prefix (e.g. "jobs" → JOB); the caller does not + // set this field. + ResourceType DeploymentResourceType `json:"resource_type,omitempty"` // Serialized local config state after the operation. Should be unset for // delete operations. State *json.RawMessage `json:"state,omitempty"` diff --git a/service/catalog/model.go b/service/catalog/model.go index 6cec43aee..8c7a90bf1 100755 --- a/service/catalog/model.go +++ b/service/catalog/model.go @@ -7242,7 +7242,8 @@ func (s Securable) MarshalJSON() ([]byte, error) { } // Latest kind: CONNECTION_GOOGLE_CLOUD_LAKEHOUSE_SERVICE_ACCOUNT = 340; Next -// id: 342 +// id: 342. Reserved numbers: 316, 317, 327, 330 (former ENDPOINT_LLM_*, +// MODEL_SERVICE_STANDARD, MODEL_SERVICE_SYSTEM_DELTASHARING). type SecurableKind string const SecurableKindTableDbStorage SecurableKind = `TABLE_DB_STORAGE`