Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate SDK #536

Merged
merged 1 commit into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codegen/_openapi_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e05401ed5dd4974c5333d737ec308a7d451f749f
6b897bc95b23abed8b9f5eff0e6b8ec034046180
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ examples/queries/create_queries.py linguist-generated=true
examples/queries/get_queries.py linguist-generated=true
examples/queries/update_queries.py linguist-generated=true
examples/query_history/list_sql_query_history.py linguist-generated=true
examples/r/wait_catalog_workspace_bindings.py linguist-generated=true
examples/recipients/create_recipients.py linguist-generated=true
examples/recipients/get_recipients.py linguist-generated=true
examples/recipients/list_recipients.py linguist-generated=true
Expand Down Expand Up @@ -285,7 +286,6 @@ examples/workspace/list_workspace_integration.py linguist-generated=true
examples/workspace_assignment/list_workspace_assignment_on_aws.py linguist-generated=true
examples/workspace_assignment/update_workspace_assignment_on_aws.py linguist-generated=true
examples/workspace_bindings/get_catalog_workspace_bindings.py linguist-generated=true
examples/workspace_bindings/update_catalog_workspace_bindings.py linguist-generated=true
examples/workspace_conf/get_status_repos.py linguist-generated=true
examples/workspaces/create_workspaces.py linguist-generated=true
examples/workspaces/get_workspaces.py linguist-generated=true
Expand Down
195 changes: 149 additions & 46 deletions databricks/sdk/service/catalog.py

Large diffs are not rendered by default.

97 changes: 80 additions & 17 deletions databricks/sdk/service/compute.py

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

Loading
Loading