Skip to content

Commit

Permalink
Merge branch 'main' into GetRun-pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
renaudhartert-db authored Nov 7, 2024
2 parents 9f8482d + 776b63c commit c900fc2
Show file tree
Hide file tree
Showing 44 changed files with 1,599 additions and 1,270 deletions.
2 changes: 1 addition & 1 deletion .codegen/_openapi_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
25b2478e5a18c888f0d423249abde5499dc58424
d25296d2f4aa7bd6195c816fdf82e0f960f775da
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ experimental/mocks/service/catalog/mock_account_storage_credentials_interface.go
experimental/mocks/service/catalog/mock_artifact_allowlists_interface.go linguist-generated=true
experimental/mocks/service/catalog/mock_catalogs_interface.go linguist-generated=true
experimental/mocks/service/catalog/mock_connections_interface.go linguist-generated=true
experimental/mocks/service/catalog/mock_credentials_interface.go linguist-generated=true
experimental/mocks/service/catalog/mock_external_locations_interface.go linguist-generated=true
experimental/mocks/service/catalog/mock_functions_interface.go linguist-generated=true
experimental/mocks/service/catalog/mock_grants_interface.go linguist-generated=true
Expand Down Expand Up @@ -89,6 +90,8 @@ experimental/mocks/service/serving/mock_serving_endpoints_data_plane_interface.g
experimental/mocks/service/serving/mock_serving_endpoints_interface.go linguist-generated=true
experimental/mocks/service/settings/mock_account_ip_access_lists_interface.go linguist-generated=true
experimental/mocks/service/settings/mock_account_settings_interface.go linguist-generated=true
experimental/mocks/service/settings/mock_aibi_dashboard_embedding_access_policy_interface.go linguist-generated=true
experimental/mocks/service/settings/mock_aibi_dashboard_embedding_approved_domains_interface.go linguist-generated=true
experimental/mocks/service/settings/mock_automatic_cluster_update_interface.go linguist-generated=true
experimental/mocks/service/settings/mock_compliance_security_profile_interface.go linguist-generated=true
experimental/mocks/service/settings/mock_credentials_manager_interface.go linguist-generated=true
Expand All @@ -108,7 +111,6 @@ experimental/mocks/service/settings/mock_settings_interface.go linguist-generate
experimental/mocks/service/settings/mock_token_management_interface.go linguist-generated=true
experimental/mocks/service/settings/mock_tokens_interface.go linguist-generated=true
experimental/mocks/service/settings/mock_workspace_conf_interface.go linguist-generated=true
experimental/mocks/service/sharing/mock_clean_rooms_interface.go linguist-generated=true
experimental/mocks/service/sharing/mock_providers_interface.go linguist-generated=true
experimental/mocks/service/sharing/mock_recipient_activation_interface.go linguist-generated=true
experimental/mocks/service/sharing/mock_recipients_interface.go linguist-generated=true
Expand Down
34 changes: 25 additions & 9 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
## Changes
<!-- Summary of your changes that are easy to understand -->
## What changes are proposed in this pull request?

## Tests
<!--
How is this tested? Please see the checklist below and also describe any other relevant tests
-->
Provide the readers and reviewers with the information they need to understand
this PR in a comprehensive manner.

- [ ] `make test` passing
- [ ] `make fmt` applied
- [ ] relevant integration tests applied
Specifically, try to answer the two following questions:

- **WHAT** changes are being made in the PR? This should be a summary of the
major changes to allow the reader to quickly understand the PR without having
to look at the code.
- **WHY** are these changes needed? This should provide the context that the
reader might be missing. For example, were there any decisions behind the
change that are not reflected in the code itself?

The “why part” is the most important of the two as it usually cannot be
inferred from the code itself. A well-written PR description will help future
developers (including your future self) to know how to interact and update your
code.

## How is this tested?

Describe any tests you have done; especially if test tests are not part of
the unit tests (e.g. local tests).

**ALWAYS ANSWER THIS QUESTION:** Answer with "N/A" if tests are not applicable
to your PR (e.g. if the PR only modifies comments). Do not be afraid of
answering "Not tested" if the PR has not been tested. Being clear about what
has been done and not done provides important context to the reviewers.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Version changelog

## [Release] Release v0.51.0

### Internal Changes

* Always write message for manual test execution ([#1079](https://github.com/databricks/databricks-sdk-go/pull/1079)).
* Use error names instead of codes in `errors.go` ([#1080](https://github.com/databricks/databricks-sdk-go/pull/1080)).


### API Changes:

* Added [w.Credentials](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#CredentialsAPI) workspace-level service.
* Added `AzureAad` field for [catalog.GenerateTemporaryTableCredentialResponse](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#GenerateTemporaryTableCredentialResponse).
* Added `OmitUsername` field for [catalog.ListTablesRequest](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#ListTablesRequest).
* Added `FullName` field for [catalog.StorageCredentialInfo](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#StorageCredentialInfo).
* Added `WarehouseId` field for [dashboards.Schedule](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/dashboards#Schedule).
* Added `Only` field for [jobs.RunNow](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#RunNow).
* Added `RestartWindow` field for [pipelines.CreatePipeline](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#CreatePipeline).
* Added `RestartWindow` field for [pipelines.EditPipeline](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#EditPipeline).
* Added `ConnectionName` field for [pipelines.IngestionGatewayPipelineDefinition](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#IngestionGatewayPipelineDefinition).
* Added `RestartWindow` field for [pipelines.PipelineSpec](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#PipelineSpec).
* Added `PrivateAccessSettingsId` field for [provisioning.UpdateWorkspaceRequest](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/provisioning#UpdateWorkspaceRequest).
* Removed [w.CleanRooms](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/sharing#CleanRoomsAPI) workspace-level service.

OpenAPI SHA: d25296d2f4aa7bd6195c816fdf82e0f960f775da, Date: 2024-11-07

## [Release] Release v0.50.0

### Internal Changes
Expand Down
18 changes: 9 additions & 9 deletions experimental/mocks/mock_workspace_client.go

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

Loading

0 comments on commit c900fc2

Please sign in to comment.