-
Notifications
You must be signed in to change notification settings - Fork 131
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
Configure request timeout using existing parameter from Config #489
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #489 +/- ##
=======================================
Coverage 57.80% 57.80%
=======================================
Files 38 38
Lines 26367 26368 +1
=======================================
+ Hits 15241 15242 +1
Misses 11126 11126 ☔ View full report in Codecov by Sentry. |
hectorcast-db
approved these changes
Dec 21, 2023
tanmay-db
added a commit
that referenced
this pull request
Jan 10, 2024
* Use covariant type for `@retried(on=[...])` ([#486](#486)). * Configure request timeout using existing parameter from Config ([#489](#489)). * Make contents of `__init__.py` equal across projects ([#488](#488)). * Update SDK to Latest OpenAPI Specification ([#501](#501)). API Changes: * Changed `list()` method for [w.external_locations](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/external_locations.html) workspace-level service to require request of `databricks.sdk.service.catalog.ListExternalLocationsRequest` dataclass. * Changed `list()` method for [w.storage_credentials](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/storage_credentials.html) workspace-level service to require request of `databricks.sdk.service.catalog.ListStorageCredentialsRequest` dataclass. * Added `next_page_token` field for `databricks.sdk.service.catalog.ListExternalLocationsResponse`. * Added `max_results` field for `databricks.sdk.service.catalog.ListFunctionsRequest`. * Added `page_token` field for `databricks.sdk.service.catalog.ListFunctionsRequest`. * Added `next_page_token` field for `databricks.sdk.service.catalog.ListFunctionsResponse`. * Added `max_results` field for `databricks.sdk.service.catalog.ListSchemasRequest`. * Added `page_token` field for `databricks.sdk.service.catalog.ListSchemasRequest`. * Added `next_page_token` field for `databricks.sdk.service.catalog.ListSchemasResponse`. * Added `next_page_token` field for `databricks.sdk.service.catalog.ListStorageCredentialsResponse`. * Added `omit_columns` field for `databricks.sdk.service.catalog.ListTablesRequest`. * Added `omit_properties` field for `databricks.sdk.service.catalog.ListTablesRequest`. * Removed `databricks.sdk.service.catalog.TableConstraintList` dataclass. * Added `databricks.sdk.service.catalog.ListExternalLocationsRequest` dataclass. * Added `databricks.sdk.service.catalog.ListStorageCredentialsRequest` dataclass. * Added `init_scripts` field for `databricks.sdk.service.pipelines.PipelineCluster`. * Added `validate_only` field for `databricks.sdk.service.pipelines.StartUpdate`. * Added `validate_only` field for `databricks.sdk.service.pipelines.UpdateInfo`. * Changed `list()` method for [w.tokens](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/tokens.html) workspace-level service to return `databricks.sdk.service.settings.ListPublicTokensResponse` dataclass. * Added `databricks.sdk.service.settings.ListPublicTokensResponse` dataclass. * Changed `create()` method for [w.dashboards](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/dashboards.html) workspace-level service . New request type is `databricks.sdk.service.sql.DashboardPostContent` dataclass. * Added `update()` method for [w.dashboards](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/dashboards.html) workspace-level service. * Removed `databricks.sdk.service.sql.CreateDashboardRequest` dataclass. * Added `http_headers` field for `databricks.sdk.service.sql.ExternalLink`. * Added `run_as_role` field for `databricks.sdk.service.sql.QueryEditContent`. * Added `databricks.sdk.service.sql.DashboardEditContent` dataclass. * Added `databricks.sdk.service.sql.DashboardPostContent` dataclass. * Added `databricks.sdk.service.dashboards` package. * Added `databricks.sdk.service.vectorsearch` package. OpenAPI SHA: 0e0d4cbe87193e36c73b8b2be3b0dd0f1b013e00, Date: 2024-01-10
Merged
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 11, 2024
* Use covariant type for `@retried(on=[...])` ([#486](#486)). * Configure request timeout using existing parameter from Config ([#489](#489)). * Make contents of `__init__.py` equal across projects ([#488](#488)). * Update SDK to Latest OpenAPI Specification ([#501](#501)). Note: This release contains breaking changes, please see below for more details. API Changes: * [Breaking] Changed `list()` method for [w.tokens](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/tokens.html) workspace-level service to return `databricks.sdk.service.settings.ListPublicTokensResponse` dataclass. * Changed `list()` method for [w.external_locations](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/external_locations.html) workspace-level service to require request of `databricks.sdk.service.catalog.ListExternalLocationsRequest` dataclass and [w.storage_credentials](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/storage_credentials.html) workspace-level service to require request of `databricks.sdk.service.catalog.ListStorageCredentialsRequest` dataclass. * Added `next_page_token` field for `databricks.sdk.service.catalog.ListExternalLocationsResponse`, `databricks.sdk.service.catalog.ListFunctionsResponse`, `databricks.sdk.service.catalog.ListSchemasResponse` and `databricks.sdk.service.catalog.ListStorageCredentialsResponse`. * Added `max_results` field for `databricks.sdk.service.catalog.ListFunctionsRequest` and `databricks.sdk.service.catalog.ListSchemasRequest`. * Added `page_token` field for `databricks.sdk.service.catalog.ListFunctionsRequest` and `databricks.sdk.service.catalog.ListSchemasRequest`. * Added `omit_columns` field for `databricks.sdk.service.catalog.ListTablesRequest`. * Added `omit_properties` field for `databricks.sdk.service.catalog.ListTablesRequest`. * Added `init_scripts` field for `databricks.sdk.service.pipelines.PipelineCluster`. * Added `validate_only` field for `databricks.sdk.service.pipelines.StartUpdate` and `databricks.sdk.service.pipelines.UpdateInfo`. * Changed `create()` method for [w.dashboards](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/dashboards.html) workspace-level service . New request type is `databricks.sdk.service.sql.DashboardPostContent` dataclass. * Added `update()` method for [w.dashboards](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/dashboards.html) workspace-level service. * Added `http_headers` field for `databricks.sdk.service.sql.ExternalLink`. * Added `run_as_role` field for `databricks.sdk.service.sql.QueryEditContent`. * Added package: `databricks.sdk.service.dashboards` and `databricks.sdk.service.vectorsearch`. * Added dataclass: `databricks.sdk.service.catalog.ListExternalLocationsRequest`, `databricks.sdk.service.catalog.ListStorageCredentialsRequest`, `databricks.sdk.service.settings.ListPublicTokensResponse`, `databricks.sdk.service.sql.DashboardEditContent` and `databricks.sdk.service.sql.DashboardPostContent`. * Removed dataclass: `databricks.sdk.service.catalog.TableConstraintList` and `databricks.sdk.service.sql.CreateDashboardRequest`. OpenAPI SHA: 0e0d4cbe87193e36c73b8b2be3b0dd0f1b013e00, Date: 2024-01-10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
This PR configures the request timeout to the value specified by the user. The config attribute existed before this change but was not used anywhere. 60s default matches what we do in the Go SDK.
Closes #487.
Tests
make test
run locallymake fmt
applied