Skip to content

Commit 16fa4bc

Browse files
committed
Upgrade Go SDK to v0.91.0
1 parent df0f5cc commit 16fa4bc

File tree

156 files changed

+1169
-1137
lines changed

Some content is hidden

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

156 files changed

+1169
-1137
lines changed

.codegen/_openapi_sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e2018bb00cba203508f8afe5a6d41bd49789ba25
1+
59c4c0f3d5f0ef00cd5350b5674e941a7606d91a

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
### CLI
88

99
### Dependency updates
10+
* Upgrade Go SDK to 0.91.0
1011

1112
### Bundles
1213
* Update templates to use serverless environment version 4 and matching Python version ([#3897](https://github.com/databricks/cli/pull/3897))

bundle/internal/schema/annotations_openapi.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3176,7 +3176,9 @@ github.com/databricks/databricks-sdk-go/service/jobs.Source:
31763176
github.com/databricks/databricks-sdk-go/service/jobs.SparkJarTask:
31773177
"jar_uri":
31783178
"description": |-
3179-
Deprecated since 04/2016. Provide a `jar` through the `libraries` field instead. For an example, see :method:jobs/create.
3179+
Deprecated since 04/2016. For classic compute, provide a `jar` through the `libraries` field instead. For serverless compute, provide a `jar` though the `java_dependencies` field inside the `environments` list.
3180+
3181+
See the examples of classic and serverless compute usage at the top of the page.
31803182
"deprecation_message": |-
31813183
This field is deprecated
31823184
"main_class_name":
@@ -3791,6 +3793,20 @@ github.com/databricks/databricks-sdk-go/service/pipelines.IngestionSourceType:
37913793
CONFLUENCE
37923794
- |-
37933795
META_MARKETING
3796+
- |-
3797+
GOOGLE_ADS
3798+
- |-
3799+
TIKTOK_ADS
3800+
- |-
3801+
SALESFORCE_MARKETING_CLOUD
3802+
- |-
3803+
HUBSPOT
3804+
- |-
3805+
WORKDAY_HCM
3806+
- |-
3807+
GUIDEWIRE
3808+
- |-
3809+
ZENDESK
37943810
- |-
37953811
FOREIGN_CATALOG
37963812
github.com/databricks/databricks-sdk-go/service/pipelines.ManualTrigger: {}

bundle/internal/schema/annotations_openapi_overrides.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,10 @@ github.com/databricks/cli/bundle/config/resources.SqlWarehousePermissionLevel:
594594
CAN_MONITOR
595595
- |-
596596
CAN_VIEW
597+
github.com/databricks/cli/bundle/config/resources.SyncedDatabaseTable:
598+
"lifecycle":
599+
"description": |-
600+
PLACEHOLDER
597601
github.com/databricks/cli/bundle/config/resources.Volume:
598602
"_":
599603
"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/schema/jsonschema.json

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

cmd/account/billable-usage/billable-usage.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.

cmd/account/budget-policy/budget-policy.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.

cmd/account/budgets/budgets.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.

cmd/account/csp-enablement-account/csp-enablement-account.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.

0 commit comments

Comments
 (0)