Skip to content

Commit 592adf5

Browse files
committed
upgrade go sdk to 0.83
1 parent c2e3322 commit 592adf5

File tree

22 files changed

+793
-42
lines changed

22 files changed

+793
-42
lines changed

.codegen/_openapi_sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b95c2c6e21bec9551ec7d7d51ddf2dfe390b4522
1+
8182e896c6797f3724042b048d466a78052b59d9

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ cmd/account/encryption-keys/encryption-keys.go linguist-generated=true
1212
cmd/account/esm-enablement-account/esm-enablement-account.go linguist-generated=true
1313
cmd/account/federation-policy/federation-policy.go linguist-generated=true
1414
cmd/account/groups/groups.go linguist-generated=true
15+
cmd/account/iam-v2/iam-v2.go linguist-generated=true
1516
cmd/account/ip-access-lists/ip-access-lists.go linguist-generated=true
1617
cmd/account/llm-proxy-partner-powered-account/llm-proxy-partner-powered-account.go linguist-generated=true
1718
cmd/account/llm-proxy-partner-powered-enforce/llm-proxy-partner-powered-enforce.go linguist-generated=true
@@ -163,5 +164,6 @@ cmd/workspace/volumes/volumes.go linguist-generated=true
163164
cmd/workspace/warehouses/warehouses.go linguist-generated=true
164165
cmd/workspace/workspace-bindings/workspace-bindings.go linguist-generated=true
165166
cmd/workspace/workspace-conf/workspace-conf.go linguist-generated=true
167+
cmd/workspace/workspace-iam-v2/workspace-iam-v2.go linguist-generated=true
166168
cmd/workspace/workspace-settings-v2/workspace-settings-v2.go linguist-generated=true
167169
cmd/workspace/workspace/workspace.go linguist-generated=true

bundle/internal/schema/annotations_openapi.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,8 +595,6 @@ github.com/databricks/cli/bundle/config/resources.Pipeline:
595595
Write-only setting, available only in Create/Update calls. Specifies the user or service principal that the pipeline runs as. If not specified, the pipeline runs as the user who created the pipeline.
596596
597597
Only `user_name` or `service_principal_name` can be specified. If both are specified, an error is thrown.
598-
"x-databricks-preview": |-
599-
PRIVATE
600598
"schema":
601599
"description": |-
602600
The default schema (database) where tables are read from or published to.
@@ -3119,6 +3117,11 @@ github.com/databricks/databricks-sdk-go/service/jobs.Task:
31193117
"disable_auto_optimization":
31203118
"description": |-
31213119
An option to disable auto optimization in serverless
3120+
"disabled":
3121+
"description": |-
3122+
An optional flag to disable the task. If set to true, the task will not run even if it is part of a job.
3123+
"x-databricks-preview": |-
3124+
PRIVATE
31223125
"email_notifications":
31233126
"description": |-
31243127
An optional set of email addresses that is notified when runs of this task begin or complete as well as when this task is deleted. The default behavior is to not send any emails.
@@ -3517,6 +3520,8 @@ github.com/databricks/databricks-sdk-go/service/pipelines.IngestionSourceType:
35173520
CONFLUENCE
35183521
- |-
35193522
META_MARKETING
3523+
- |-
3524+
FOREIGN_CATALOG
35203525
github.com/databricks/databricks-sdk-go/service/pipelines.ManualTrigger: {}
35213526
github.com/databricks/databricks-sdk-go/service/pipelines.NotebookLibrary:
35223527
"path":

bundle/internal/schema/annotations_openapi_overrides.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,10 @@ github.com/databricks/cli/bundle/config/resources.SqlWarehousePermissionLevel:
591591
CAN_MONITOR
592592
- |-
593593
CAN_VIEW
594+
github.com/databricks/cli/bundle/config/resources.SyncedDatabaseTable:
595+
"lifecycle":
596+
"description": |-
597+
PLACEHOLDER
594598
github.com/databricks/cli/bundle/config/resources.Volume:
595599
"_":
596600
"markdown_description": |-

bundle/internal/validation/generated/enum_fields.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/internal/validation/generated/required_fields.go

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

bundle/schema/jsonschema.json

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

cmd/account/cmd.go

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

cmd/account/groups/groups.go

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

0 commit comments

Comments
 (0)