Skip to content

Commit 9f4e7ef

Browse files
Bump github.com/databricks/databricks-sdk-go from 0.73.1 to 0.74.0 in /runtime-packages (#488)
Bumps [github.com/databricks/databricks-sdk-go](https://github.com/databricks/databricks-sdk-go) from 0.73.1 to 0.74.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/databricks/databricks-sdk-go/blob/main/CHANGELOG.md">github.com/databricks/databricks-sdk-go's changelog</a>.</em></p> <blockquote> <h2>Release v0.74.0</h2> <h3>API Changes</h3> <ul> <li>Added <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#ExternalLineageAPI">w.ExternalLineage</a> workspace-level service and <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#ExternalMetadataAPI">w.ExternalMetadata</a> workspace-level service.</li> <li>Added <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#MaterializedFeaturesAPI">w.MaterializedFeatures</a> workspace-level service.</li> <li>Added <code>DeleteConversation</code>, <code>ListConversations</code> and <code>TrashSpace</code> methods for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/dashboards#GenieAPI">w.Genie</a> workspace-level service.</li> <li>Added <code>CreateDatabaseInstanceRole</code>, <code>DeleteDatabaseInstanceRole</code>, <code>GetDatabaseInstanceRole</code> and <code>ListDatabaseInstanceRoles</code> methods for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#DatabaseAPI">w.Database</a> workspace-level service.</li> <li>Added <code>Connection</code> and <code>Credential</code> fields for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#Dependency">catalog.Dependency</a>.</li> <li>Added <code>Rely</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#ForeignKeyConstraint">catalog.ForeignKeyConstraint</a>.</li> <li>Added <code>Rely</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#PrimaryKeyConstraint">catalog.PrimaryKeyConstraint</a>.</li> <li>Added <code>SecurableKindManifest</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#TableInfo">catalog.TableInfo</a>.</li> <li>Added <code>SecurableKindManifest</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#TableSummary">catalog.TableSummary</a>.</li> <li>Added <code>ChildInstanceRefs</code>, <code>EffectiveEnableReadableSecondaries</code>, <code>EffectiveNodeCount</code>, <code>EffectiveRetentionWindowInDays</code>, <code>EnableReadableSecondaries</code>, <code>NodeCount</code>, <code>ParentInstanceRef</code>, <code>ReadOnlyDns</code> and <code>RetentionWindowInDays</code> fields for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#DatabaseInstance">database.DatabaseInstance</a>.</li> <li>Added <code>Claims</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#GenerateDatabaseCredentialRequest">database.GenerateDatabaseCredentialRequest</a>.</li> <li>Added <code>LastSync</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#SyncedTableStatus">database.SyncedTableStatus</a>.</li> <li>Added <code>Activity</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#DeleteTransitionRequestResponse">ml.DeleteTransitionRequestResponse</a>.</li> <li>Added <code>MaxResults</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#ListWebhooksRequest">ml.ListWebhooksRequest</a>.</li> <li>Added <code>Body</code> and <code>StatusCode</code> fields for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#TestRegistryWebhookResponse">ml.TestRegistryWebhookResponse</a>.</li> <li>Added <code>ModelVersionDatabricks</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#TransitionStageResponse">ml.TransitionStageResponse</a>.</li> <li>Added <code>RegisteredModel</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#UpdateModelResponse">ml.UpdateModelResponse</a>.</li> <li>Added <code>ModelVersion</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#UpdateModelVersionResponse">ml.UpdateModelVersionResponse</a>.</li> <li>Added <code>Webhook</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#UpdateWebhookResponse">ml.UpdateWebhookResponse</a>.</li> <li>Added <code>RunAs</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#GetPipelineResponse">pipelines.GetPipelineResponse</a>.</li> <li>Added <code>Principal</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/serving#AiGatewayRateLimit">serving.AiGatewayRateLimit</a>.</li> <li>Added <code>Description</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/serving#CreateServingEndpoint">serving.CreateServingEndpoint</a>.</li> <li>Added <code>ServedEntityName</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/serving#Route">serving.Route</a>.</li> <li>Added <code>AnyStaticCredential</code> enum value for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#CredentialType">catalog.CredentialType</a>.</li> <li>Added <code>DatabricksRowStoreFormat</code>, <code>DeltaUniformHudi</code>, <code>DeltaUniformIceberg</code>, <code>Hive</code>, <code>Iceberg</code>, <code>MongodbFormat</code>, <code>OracleFormat</code>, <code>SalesforceDataCloudFormat</code> and <code>TeradataFormat</code> enum values for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#DataSourceFormat">catalog.DataSourceFormat</a>.</li> <li>Added <code>MetricView</code> enum value for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#TableType">catalog.TableType</a>.</li> <li>Added <code>SecurityAgentsFailedInitialVerification</code> enum value for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#TerminationReasonCode">compute.TerminationReasonCode</a>.</li> <li>Added <code>CanCreateRegisteredModel</code> enum value for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#PermissionLevel">ml.PermissionLevel</a>.</li> <li>Added <code>Bigquery</code> enum value for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#IngestionSourceType">pipelines.IngestionSourceType</a>.</li> <li>Added <code>AppendOnly</code> enum value for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#TableSpecificConfigScdType">pipelines.TableSpecificConfigScdType</a>.</li> <li>Added <code>ServicePrincipal</code> and <code>UserGroup</code> enum values for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/serving#AiGatewayRateLimitKey">serving.AiGatewayRateLimitKey</a>.</li> <li>[Breaking] Changed <code>DeleteTransitionRequest</code>, <code>UpdateModel</code>, <code>UpdateModelVersion</code> and <code>UpdateWebhook</code> methods for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#ModelRegistryAPI">w.ModelRegistry</a> workspace-level service return type to become non-empty.</li> <li>[Breaking] Changed <code>DeleteWebhook</code> method for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#ModelRegistryAPI">w.ModelRegistry</a> workspace-level service with new required argument order.</li> <li>[Breaking] Changed <code>List</code> method for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/sql#AlertsLegacyAPI">w.AlertsLegacy</a> workspace-level service . New request type is <code>any</code>.</li> <li>[Breaking] Changed <code>Update</code> method for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/sql#DashboardWidgetsAPI">w.DashboardWidgets</a> workspace-level service . New request type is <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/sql#UpdateWidgetRequest">sql.UpdateWidgetRequest</a>.</li> <li>[Breaking] Changed <code>List</code> method for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/sql#DataSourcesAPI">w.DataSources</a> workspace-level service . New request type is <code>any</code>.</li> <li>[Breaking] Changed <code>Create</code> method for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/sql#QueryVisualizationsLegacyAPI">w.QueryVisualizationsLegacy</a> workspace-level service with new required argument order.</li> <li>[Breaking] Changed <code>FromStage</code> and <code>ToStage</code> fields for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#Activity">ml.Activity</a> to type <code>string</code>.</li> <li>[Breaking] Changed <code>Stage</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#ApproveTransitionRequest">ml.ApproveTransitionRequest</a> to type <code>string</code>.</li> <li>[Breaking] Changed <code>Stage</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#CreateTransitionRequest">ml.CreateTransitionRequest</a> to type <code>string</code>.</li> <li>[Breaking] Changed <code>Stage</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#DeleteTransitionRequestRequest">ml.DeleteTransitionRequestRequest</a> to type <code>string</code>.</li> <li>[Breaking] Changed <code>Id</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#DeleteWebhookRequest">ml.DeleteWebhookRequest</a> to be required.</li> <li>Changed <code>Capacity</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#OnlineStore">ml.OnlineStore</a> to be required.</li> <li>[Breaking] Changed <code>Capacity</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#OnlineStore">ml.OnlineStore</a> to be required.</li> <li>[Breaking] Changed <code>OnlineTableName</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#PublishSpec">ml.PublishSpec</a> to be required.</li> <li>[Breaking] Changed <code>Stage</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#RejectTransitionRequest">ml.RejectTransitionRequest</a> to type <code>string</code>.</li> <li>[Breaking] Changed <code>Stage</code> field for <a href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#TransitionModelVersionStageDatabricks">ml.TransitionModelVersionStageDatabricks</a> to type <code>string</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/databricks/databricks-sdk-go/commit/536c78c59cd44d27d1afd1c1a40efe6626b96b81"><code>536c78c</code></a> [Release] Release v0.74.0</li> <li><a href="https://github.com/databricks/databricks-sdk-go/commit/58fc783f5665e41a1f65c520070d0c55d8adaad1"><code>58fc783</code></a> Update SDK to latest API definition (<a href="https://redirect.github.com/databricks/databricks-sdk-go/issues/1242">#1242</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-go/commit/864258aa4f77f1d3a75911a8c9f2efce910f4e97"><code>864258a</code></a> Remove usage of testify in <code>persistent_auth_test.go</code>. (<a href="https://redirect.github.com/databricks/databricks-sdk-go/issues/1238">#1238</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-go/commit/5e8f903da8cd4af52c075f7490287a4f369852cc"><code>5e8f903</code></a> Allow localhost on u2m auth (<a href="https://redirect.github.com/databricks/databricks-sdk-go/issues/1233">#1233</a>)</li> <li>See full diff in <a href="https://github.com/databricks/databricks-sdk-go/compare/v0.73.1...v0.74.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/databricks/databricks-sdk-go&package-manager=go_modules&previous-version=0.73.1&new-version=0.74.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e0a34fd commit 9f4e7ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

runtime-packages/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/databrickslabs/sandbox/runtime-packages
33
go 1.24
44

55
require (
6-
github.com/databricks/databricks-sdk-go v0.73.1
6+
github.com/databricks/databricks-sdk-go v0.74.0
77
github.com/databrickslabs/sandbox/go-libs v0.4.1
88
github.com/fatih/color v1.18.0
99
github.com/spf13/cobra v1.9.1

runtime-packages/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ cloud.google.com/go/compute/metadata v0.6.0/go.mod h1:FjyFAW1MW0C203CEOMDTu3Dk1F
77
github.com/briandowns/spinner v1.23.2 h1:Zc6ecUnI+YzLmJniCfDNaMbW0Wid1d5+qcTq4L2FW8w=
88
github.com/briandowns/spinner v1.23.2/go.mod h1:LaZeM4wm2Ywy6vO571mvhQNRcWfRUnXOs0RcKV0wYKM=
99
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
10-
github.com/databricks/databricks-sdk-go v0.73.1 h1:c+o2J+l37WnQWqY4muokpFL1E2a5oJVC5J+Z8oFNCeU=
11-
github.com/databricks/databricks-sdk-go v0.73.1/go.mod h1:xBtjeP9nq+6MgTewZW1EcbRkD7aDY9gZvcRPcwPhZjw=
10+
github.com/databricks/databricks-sdk-go v0.74.0 h1:W4u6jEttmrmuA3FdEgWlK4omHidAUaV1S4eN/JsMO8E=
11+
github.com/databricks/databricks-sdk-go v0.74.0/go.mod h1:xBtjeP9nq+6MgTewZW1EcbRkD7aDY9gZvcRPcwPhZjw=
1212
github.com/databrickslabs/sandbox/go-libs v0.4.1 h1:ZqqcP+ZF69LKvXILvSfZbD9+ssRNCdDb45ipXHdcvbk=
1313
github.com/databrickslabs/sandbox/go-libs v0.4.1/go.mod h1:R0jABegxKm1gv+ufyexdzQT2iC29uP0NtQRRG7Skbvc=
1414
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=

0 commit comments

Comments
 (0)