chore: bump github.com/databricks/databricks-sdk-go from 0.50.0 to 0.61.0#48
Conversation
Bumps [github.com/databricks/databricks-sdk-go](https://github.com/databricks/databricks-sdk-go) from 0.50.0 to 0.61.0. - [Release notes](https://github.com/databricks/databricks-sdk-go/releases) - [Changelog](https://github.com/databricks/databricks-sdk-go/blob/main/CHANGELOG.md) - [Commits](databricks/databricks-sdk-go@v0.50.0...v0.61.0) --- updated-dependencies: - dependency-name: github.com/databricks/databricks-sdk-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Reviewer's Guide by SourceryThis pull request bumps the github.com/databricks/databricks-sdk-go module from version 0.50.0 to 0.61.0. It also updates some of the golang.org/x dependencies. Updated class diagram for ml.CreateForecastingExperimentRequestclassDiagram
class CreateForecastingExperimentRequest {
+ForecastGranularity string
-DataGranularityQuantity string
-DataGranularityUnit string
}
note for CreateForecastingExperimentRequest "DataGranularityQuantity and DataGranularityUnit fields were removed, and ForecastGranularity field was added."
Updated class diagram for compute.InitScriptInfoAndExecutionDetailsclassDiagram
class InitScriptInfoAndExecutionDetails {
+Abfss string
+Dbfs string
+ErrorMessage string
+ExecutionDurationSeconds float64
+File string
+Gcs string
+S3 string
+Status string
+Volumes string
+Workspace string
-ExecutionDetails string
-Script string
}
note for InitScriptInfoAndExecutionDetails "ExecutionDetails and Script fields were removed, and Abfss, Dbfs, ErrorMessage, ExecutionDurationSeconds, File, Gcs, S3, Status, Volumes and Workspace fields were added."
Updated class diagram for sharing.DeltaSharingFunctionclassDiagram
class DeltaSharingFunction {
+Aliases string
+Comment string
+DataType string
+DependencyList string
+FullDataType string
+Id string
+InputParams string
+Name string
+Properties string
+RoutineDefinition string
+Schema string
+SecurableKind string
+Share string
+ShareId string
+StorageLocation string
+Tags string
}
note for DeltaSharingFunction "All fields were added."
Updated class diagram for compute.NodeTypeclassDiagram
class NodeType {
+Category string
-SupportsElasticDisk bool
}
note for NodeType "SupportsElasticDisk field was removed, and Category field is now required."
Updated class diagram for sharing.ListProviderShareAssetsResponseclassDiagram
class ListProviderShareAssetsResponse {
+Functions DeltaSharingFunctionList
-Functions Function
}
note for ListProviderShareAssetsResponse "Functions field type changed from Function to DeltaSharingFunctionList."
Updated class diagram for compute.NodeInstanceTypeclassDiagram
class NodeInstanceType {
+InstanceTypeId string
}
note for NodeInstanceType "InstanceTypeId field is now required."
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Superseded by #54. |
Bumps github.com/databricks/databricks-sdk-go from 0.50.0 to 0.61.0.
Release notes
Sourced from github.com/databricks/databricks-sdk-go's releases.
... (truncated)
Changelog
Sourced from github.com/databricks/databricks-sdk-go's changelog.
... (truncated)
Commits
3aaa4c0[Release] Release v0.61.0c920df8Udate OpenAPI spec (#1195)8bb4786[Feature] Implement U2M Authentication in the Go SDK (#1108)e16cb32Stop recommending opening an issue in case of unknown error (#1189)c2e0b1cUse the same connection pool in allApiClientby default. (#1190)3cbc196Do not close all TCP connections on an HTTP error (#1188)c371ad8Slightly simplifyCredentialsProviderand add doc comments (#1169)424a24b[Release] Release v0.60.019e0348Update OpenAPI spec and Update mockery version (#1168)c33f416Remove unnecessary config files and GitHub workflows (#1165)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by Sourcery
Upgrade Databricks SDK Go from version 0.50.0 to 0.61.0, along with several related Go dependency updates
New Features:
Enhancements:
Chores: