Skip to content

Commit

Permalink
patch for schema getSchema and tables listTables
Browse files Browse the repository at this point in the history
patched the swagger.json to properly handle the returns of both `schema getSchema` and `table listTables` subcommands. Need to follow up about why the swagger.json isn't being properly generated to begin with
  • Loading branch information
Keith committed Mar 20, 2023
1 parent 092b8ea commit 5c5af84
Show file tree
Hide file tree
Showing 10 changed files with 11,512 additions and 11 deletions.
22 changes: 20 additions & 2 deletions src/cli/get_schema_operation.go

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

5 changes: 4 additions & 1 deletion src/cli/list_schema_names_operation.go

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

5 changes: 4 additions & 1 deletion src/cli/list_tables_operation.go

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

62 changes: 62 additions & 0 deletions src/cli/table_list_model.go

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

15 changes: 13 additions & 2 deletions src/client/schema/get_schema_responses.go

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

4 changes: 2 additions & 2 deletions src/client/schema/list_schema_names_responses.go

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

4 changes: 2 additions & 2 deletions src/client/table/list_tables_responses.go

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

Binary file modified src/cmd/startree/startree
Binary file not shown.
50 changes: 50 additions & 0 deletions src/models/table_list.go

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

11,356 changes: 11,355 additions & 1 deletion src/swagger.json

Large diffs are not rendered by default.

0 comments on commit 5c5af84

Please sign in to comment.