-
Notifications
You must be signed in to change notification settings - Fork 127
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
[Internal] Fix a couple of typos in open_ai_client.py #829
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
renaudhartert-db
temporarily deployed
to
test-trigger-is
November 20, 2024 13:16 — with
GitHub Actions
Inactive
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
renaudhartert-db
temporarily deployed
to
test-trigger-is
November 20, 2024 13:16 — with
GitHub Actions
Inactive
Test Details: go/deco-tests/11934182985 |
hectorcast-db
approved these changes
Nov 20, 2024
renaudhartert-db
changed the title
Fix typo
[Internal] Fix a couple of typos in open_ai_client.py
Nov 20, 2024
tanmay-db
added a commit
that referenced
this pull request
Dec 10, 2024
### Bug Fixes * Update Changelog file ([#830](#830)). ### Internal Changes * Fix a couple of typos in open_ai_client.py ([#829](#829)). * Update SDK to OpenAPI spec ([#834](#834)). ### API Changes: * Added `databricks.sdk.service.cleanrooms` package. * Added `delete()` method for [w.aibi_dashboard_embedding_access_policy](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/settings/aibi_dashboard_embedding_access_policy.html) workspace-level service. * Added `delete()` method for [w.aibi_dashboard_embedding_approved_domains](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/settings/aibi_dashboard_embedding_approved_domains.html) workspace-level service. * Added `databricks_gcp_service_account` field for `databricks.sdk.service.catalog.CreateCredentialRequest`. * Added `databricks_gcp_service_account` field for `databricks.sdk.service.catalog.CredentialInfo`. * Added `gcp_options` field for `databricks.sdk.service.catalog.GenerateTemporaryServiceCredentialRequest`. * Added `databricks_gcp_service_account` field for `databricks.sdk.service.catalog.UpdateCredentialRequest`. * Added `cached_query_schema` field for `databricks.sdk.service.dashboards.QueryAttachment`. * Added . * Removed `gcp_service_account_key` field for `databricks.sdk.service.catalog.CreateCredentialRequest`. OpenAPI SHA: 7016dcbf2e011459416cf408ce21143bcc4b3a25, Date: 2024-12-05
github-merge-queue bot
pushed a commit
that referenced
this pull request
Dec 11, 2024
### Bug Fixes * Update Changelog file ([#830](#830)). ### Internal Changes * Fix a couple of typos in open_ai_client.py ([#829](#829)). * Update SDK to OpenAPI spec ([#834](#834)). ### API Changes: * Added `databricks.sdk.service.cleanrooms` package. * Added `delete()` method for [w.aibi_dashboard_embedding_access_policy](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/settings/aibi_dashboard_embedding_access_policy.html) workspace-level service. * Added `delete()` method for [w.aibi_dashboard_embedding_approved_domains](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/settings/aibi_dashboard_embedding_approved_domains.html) workspace-level service. * Added `databricks_gcp_service_account` field for `databricks.sdk.service.catalog.CreateCredentialRequest`. * Added `databricks_gcp_service_account` field for `databricks.sdk.service.catalog.CredentialInfo`. * Added `gcp_options` field for `databricks.sdk.service.catalog.GenerateTemporaryServiceCredentialRequest`. * Added `databricks_gcp_service_account` field for `databricks.sdk.service.catalog.UpdateCredentialRequest`. * Added `cached_query_schema` field for `databricks.sdk.service.dashboards.QueryAttachment`. * Added . * Removed `gcp_service_account_key` field for `databricks.sdk.service.catalog.CreateCredentialRequest`. OpenAPI SHA: 7016dcbf2e011459416cf408ce21143bcc4b3a25, Date: 2024-12-05
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.
What changes are proposed in this pull request?
This PR fixes a couple of typos in
open_ai_client.py
.How is this tested?
N/A