Skip to content

Commit 481d460

Browse files
authored
[Internal] Update to latest OpenAPI spec and bump Go SDK (#4069)
## Changes <!-- Summary of your changes that are easy to understand --> Update to latest OpenAPI spec and Bump go sdk ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [ ] `make test` run locally - [ ] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [ ] relevant acceptance tests are passing - [ ] using Go SDK
1 parent ea7070f commit 481d460

File tree

14 files changed

+250
-112
lines changed

14 files changed

+250
-112
lines changed

.codegen/_openapi_sha

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6f6b1371e640f2dfeba72d365ac566368656f6b6
1+
0c86ea6dbd9a730c24ff0d4e509603e476955ac5

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/databricks/terraform-provider-databricks
33
go 1.22
44

55
require (
6-
github.com/databricks/databricks-sdk-go v0.47.0
6+
github.com/databricks/databricks-sdk-go v0.48.0
77
github.com/golang-jwt/jwt/v4 v4.5.0
88
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
99
github.com/hashicorp/hcl v1.0.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBS
2626
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
2727
github.com/cyphar/filepath-securejoin v0.2.4 h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg=
2828
github.com/cyphar/filepath-securejoin v0.2.4/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4=
29-
github.com/databricks/databricks-sdk-go v0.47.0 h1:eE7dN9axviL8+s10jnQAayOYDaR+Mfu7E9COGjO4lrQ=
30-
github.com/databricks/databricks-sdk-go v0.47.0/go.mod h1:ds+zbv5mlQG7nFEU5ojLtgN/u0/9YzZmKQES/CfedzU=
29+
github.com/databricks/databricks-sdk-go v0.48.0 h1:46KtsnRo+FGhC3izUXbpL0PXBNomvsdignYDhJZlm9s=
30+
github.com/databricks/databricks-sdk-go v0.48.0/go.mod h1:ds+zbv5mlQG7nFEU5ojLtgN/u0/9YzZmKQES/CfedzU=
3131
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3232
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
3333
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

internal/service/apps_tf/model.go

+59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/service/catalog_tf/model.go

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/service/dashboards_tf/model.go

+24-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/service/jobs_tf/model.go

+11-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/service/pipelines_tf/model.go

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/service/sql_tf/model.go

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)