-
Notifications
You must be signed in to change notification settings - Fork 178
[Release] Release v0.35.0 #793
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
Merged
Merged
Conversation
This file contains hidden or 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
### New Features and Improvements * Open AI Client Mixin ([#779](#779)). ### Bug Fixes * Update Serving Endpoint mixing template and docs generation logic ([#792](#792)). ### API Changes: * Added `databricks.sdk.service.pipelines.ReportSpec` dataclass. * Added `unity_catalog_provisioning_state` field for `databricks.sdk.service.catalog.OnlineTable`. * Added `is_truncated` field for `databricks.sdk.service.dashboards.Result`. * Added `effective_budget_policy_id` field for `databricks.sdk.service.jobs.BaseJob`. * Added `budget_policy_id` field for `databricks.sdk.service.jobs.CreateJob`. * Added `effective_budget_policy_id` field for `databricks.sdk.service.jobs.Job`. * Added `budget_policy_id` field for `databricks.sdk.service.jobs.JobSettings`. * Added `budget_policy_id` field for `databricks.sdk.service.jobs.SubmitRun`. * Added `report` field for `databricks.sdk.service.pipelines.IngestionConfig`. * Added `sequence_by` field for `databricks.sdk.service.pipelines.TableSpecificConfig`. * Added `notify_on_ok` field for `databricks.sdk.service.sql.Alert`. * Added `notify_on_ok` field for `databricks.sdk.service.sql.CreateAlertRequestAlert`. * Added `notify_on_ok` field for `databricks.sdk.service.sql.ListAlertsResponseAlert`. * Added `notify_on_ok` field for `databricks.sdk.service.sql.UpdateAlertRequestAlert`. OpenAPI SHA: cf9c61453990df0f9453670f2fe68e1b128647a2, Date: 2024-10-14
hectorcast-db
approved these changes
Oct 17, 2024
rauchy
added a commit
that referenced
this pull request
Oct 17, 2024
* Open AI Client Mixin ([#779](#779)). * Update Serving Endpoint mixing template and docs generation logic ([#792](#792)). * Added `databricks.sdk.service.pipelines.ReportSpec` dataclass. * Added `unity_catalog_provisioning_state` field for `databricks.sdk.service.catalog.OnlineTable`. * Added `is_truncated` field for `databricks.sdk.service.dashboards.Result`. * Added `effective_budget_policy_id` field for `databricks.sdk.service.jobs.BaseJob`. * Added `budget_policy_id` field for `databricks.sdk.service.jobs.CreateJob`. * Added `effective_budget_policy_id` field for `databricks.sdk.service.jobs.Job`. * Added `budget_policy_id` field for `databricks.sdk.service.jobs.JobSettings`. * Added `budget_policy_id` field for `databricks.sdk.service.jobs.SubmitRun`. * Added `report` field for `databricks.sdk.service.pipelines.IngestionConfig`. * Added `sequence_by` field for `databricks.sdk.service.pipelines.TableSpecificConfig`. * Added `notify_on_ok` field for `databricks.sdk.service.sql.Alert`. * Added `notify_on_ok` field for `databricks.sdk.service.sql.CreateAlertRequestAlert`. * Added `notify_on_ok` field for `databricks.sdk.service.sql.ListAlertsResponseAlert`. * Added `notify_on_ok` field for `databricks.sdk.service.sql.UpdateAlertRequestAlert`. OpenAPI SHA: cf9c61453990df0f9453670f2fe68e1b128647a2, Date: 2024-10-14 Co-authored-by: Omer Lachish <[email protected]>
rauchy
added a commit
that referenced
this pull request
Oct 22, 2024
### Breaking Changes * `external_browser` now uses the `databricks-cli` app instead of the third-party "6128a518-99a9-425b-8333-4cc94f04cacd" application when performing the U2M login flow for Azure workspaces when a client ID is not otherwise specified. This matches the AWS behavior. * The signatures of several OAuth-related constructors have changed to support U2M OAuth with Azure Entra ID application registrations. See https://github.com/databricks/databricks-sdk-py/blob/main/examples/flask_app_with_oauth.py for examples of how to use these classes. * `OAuthClient()`: renamed to `OAuthClient.from_host()` * `SessionCredentials()` and `SessionCredentials.from_dict()`: now accepts `token_endpoint`, `client_id`, `client_secret`, and `refresh_url` as parameters, rather than accepting the `OAuthClient`. * `TokenCache()`: now accepts `host`, `token_endpoint`, `client_id`, `client_secret`, and `refresh_url` as parameters, rather than accepting the `OAuthClient`. ### Bug Fixes * Decouple OAuth functionality from `Config` ([#784](#784)). ### Release * Release v0.35.0 ([#793](#793)).
github-merge-queue bot
pushed a commit
that referenced
this pull request
Oct 22, 2024
### Breaking Changes * `external_browser` now uses the `databricks-cli` app instead of the third-party "6128a518-99a9-425b-8333-4cc94f04cacd" application when performing the U2M login flow for Azure workspaces when a client ID is not otherwise specified. This matches the AWS behavior. * The signatures of several OAuth-related constructors have changed to support U2M OAuth with Azure Entra ID application registrations. See https://github.com/databricks/databricks-sdk-py/blob/main/examples/flask_app_with_oauth.py for examples of how to use these classes. * `OAuthClient()`: renamed to `OAuthClient.from_host()` * `SessionCredentials()` and `SessionCredentials.from_dict()`: now accepts `token_endpoint`, `client_id`, `client_secret`, and `refresh_url` as parameters, rather than accepting the `OAuthClient`. * `TokenCache()`: now accepts `host`, `token_endpoint`, `client_id`, `client_secret`, and `refresh_url` as parameters, rather than accepting the `OAuthClient`. ### Bug Fixes * Decouple OAuth functionality from `Config` ([#784](#784)). ### Release * Release v0.35.0 ([#793](#793)). Co-authored-by: Omer Lachish <[email protected]>
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.
New Features and Improvements
Bug Fixes
API Changes:
databricks.sdk.service.pipelines.ReportSpecdataclass.unity_catalog_provisioning_statefield fordatabricks.sdk.service.catalog.OnlineTable.is_truncatedfield fordatabricks.sdk.service.dashboards.Result.effective_budget_policy_idfield fordatabricks.sdk.service.jobs.BaseJob.budget_policy_idfield fordatabricks.sdk.service.jobs.CreateJob.effective_budget_policy_idfield fordatabricks.sdk.service.jobs.Job.budget_policy_idfield fordatabricks.sdk.service.jobs.JobSettings.budget_policy_idfield fordatabricks.sdk.service.jobs.SubmitRun.reportfield fordatabricks.sdk.service.pipelines.IngestionConfig.sequence_byfield fordatabricks.sdk.service.pipelines.TableSpecificConfig.notify_on_okfield fordatabricks.sdk.service.sql.Alert.notify_on_okfield fordatabricks.sdk.service.sql.CreateAlertRequestAlert.notify_on_okfield fordatabricks.sdk.service.sql.ListAlertsResponseAlert.notify_on_okfield fordatabricks.sdk.service.sql.UpdateAlertRequestAlert.OpenAPI SHA: cf9c61453990df0f9453670f2fe68e1b128647a2, Date: 2024-10-14