Skip to content

Commit

Permalink
Generate from latest spec (#944)
Browse files Browse the repository at this point in the history
## Changes
Generate from latest spec

## Tests
- [X] `make test` passing
- [X] `make fmt` applied
- [ ] relevant integration tests applied
  • Loading branch information
hectorcast-db committed Jun 7, 2024
1 parent 094bca8 commit 490bc13
Show file tree
Hide file tree
Showing 15 changed files with 1,819 additions and 162 deletions.
2 changes: 1 addition & 1 deletion .codegen/_openapi_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
37b925eba37dfb3d7e05b6ba2d458454ce62d3a0
fc26589775a1c48b14211cd11b6903d1b4ed071c
1,216 changes: 1,080 additions & 136 deletions experimental/mocks/service/dashboards/mock_lakeview_interface.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion internal/catalog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ func TestUcAccCatalogWorkspaceBindings(t *testing.T) {

_, err = w.Catalogs.Update(ctx, catalog.UpdateCatalog{
Name: created.Name,
IsolationMode: catalog.IsolationModeIsolated,
IsolationMode: catalog.IsolationModeIsolationModeIsolated,
})
require.NoError(t, err)

Expand Down
2 changes: 1 addition & 1 deletion service/catalog/catalogs_usage_test.go

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

28 changes: 15 additions & 13 deletions service/catalog/model.go

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

6 changes: 3 additions & 3 deletions service/compute/model.go

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

215 changes: 215 additions & 0 deletions service/dashboards/api.go

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

Loading

0 comments on commit 490bc13

Please sign in to comment.