Skip to content

Commit

Permalink
Update Go SDK to v0.35.0 (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern authored Mar 20, 2024
1 parent 8255c9d commit 0ef93c2
Show file tree
Hide file tree
Showing 23 changed files with 464 additions and 109 deletions.
2 changes: 1 addition & 1 deletion .codegen/_openapi_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d855b30f25a06fe84f25214efa20e7f1fffcdf9e
3821dc51952c5cf1c276dd84967da011b191e64a
36 changes: 18 additions & 18 deletions bundle/schema/docs/bundle_descriptions.json

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions cmd/account/network-connectivity/network-connectivity.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions cmd/account/settings/settings.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 17 additions & 2 deletions cmd/workspace/catalogs/catalogs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion cmd/workspace/catalogs/overrides.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package catalogs

import (
"github.com/databricks/cli/libs/cmdio"
"github.com/databricks/databricks-sdk-go/service/catalog"
"github.com/spf13/cobra"
)

func listOverride(listCmd *cobra.Command) {
func listOverride(listCmd *cobra.Command, listReq *catalog.ListCatalogsRequest) {
listCmd.Annotations["headerTemplate"] = cmdio.Heredoc(`
{{header "Name"}} {{header "Type"}} {{header "Comment"}}`)
listCmd.Annotations["template"] = cmdio.Heredoc(`
Expand Down
9 changes: 5 additions & 4 deletions cmd/workspace/external-locations/external-locations.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions cmd/workspace/functions/functions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions cmd/workspace/lakehouse-monitors/lakehouse-monitors.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0ef93c2

Please sign in to comment.