Skip to content

Conversation

@hectorcast-db
Copy link
Contributor

@hectorcast-db hectorcast-db commented Dec 17, 2024

API Changes:

  • Added a.account_federation_policy account-level service and a.service_principal_federation_policy account-level service.
  • Added is_single_node, kind and use_ml_runtime fields for databricks.sdk.service.compute.ClusterAttributes.
  • Added is_single_node, kind and use_ml_runtime fields for databricks.sdk.service.compute.ClusterDetails.
  • Added is_single_node, kind and use_ml_runtime fields for databricks.sdk.service.compute.ClusterSpec.
  • Added is_single_node, kind and use_ml_runtime fields for databricks.sdk.service.compute.CreateCluster.
  • Added is_single_node, kind and use_ml_runtime fields for databricks.sdk.service.compute.EditCluster.
  • Added is_single_node, kind and use_ml_runtime fields for databricks.sdk.service.compute.UpdateClusterResource.
  • Added update_parameter_syntax field for databricks.sdk.service.dashboards.MigrateDashboardRequest.
  • Added clean_rooms_notebook_task field for databricks.sdk.service.jobs.RunTask.
  • Added clean_rooms_notebook_task field for databricks.sdk.service.jobs.SubmitTask.
  • Added clean_rooms_notebook_task field for databricks.sdk.service.jobs.Task.
  • Changed days_of_week field for databricks.sdk.service.pipelines.RestartWindow to type databricks.sdk.service.pipelines.RestartWindowDaysOfWeekList dataclass.

OpenAPI SHA: a6a317df8327c9b1e5cb59a03a42ffa2aabeef6d, Date: 2024-12-16

Copy link
Contributor

@mgyucht mgyucht left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this! Not very obvious what went wrong. If this turns up again, we can investigate it further.

@github-actions
Copy link

This PR breaks backwards compatibility for databrickslabs/ucx downstream. See build logs for more details.

Running from downstreams #717

@hectorcast-db hectorcast-db added this pull request to the merge queue Dec 19, 2024
github-merge-queue bot pushed a commit that referenced this pull request Dec 19, 2024
### API Changes:

* Added
[a.account_federation_policy](https://databricks-sdk-py.readthedocs.io/en/latest/account/account_federation_policy.html)
account-level service and
[a.service_principal_federation_policy](https://databricks-sdk-py.readthedocs.io/en/latest/account/service_principal_federation_policy.html)
account-level service.
* Added `is_single_node`, `kind` and `use_ml_runtime` fields for
`databricks.sdk.service.compute.ClusterAttributes`.
* Added `is_single_node`, `kind` and `use_ml_runtime` fields for
`databricks.sdk.service.compute.ClusterDetails`.
* Added `is_single_node`, `kind` and `use_ml_runtime` fields for
`databricks.sdk.service.compute.ClusterSpec`.
* Added `is_single_node`, `kind` and `use_ml_runtime` fields for
`databricks.sdk.service.compute.CreateCluster`.
* Added `is_single_node`, `kind` and `use_ml_runtime` fields for
`databricks.sdk.service.compute.EditCluster`.
* Added `is_single_node`, `kind` and `use_ml_runtime` fields for
`databricks.sdk.service.compute.UpdateClusterResource`.
* Added `update_parameter_syntax` field for
`databricks.sdk.service.dashboards.MigrateDashboardRequest`.
* Added `clean_rooms_notebook_task` field for
`databricks.sdk.service.jobs.RunTask`.
* Added `clean_rooms_notebook_task` field for
`databricks.sdk.service.jobs.SubmitTask`.
* Added `clean_rooms_notebook_task` field for
`databricks.sdk.service.jobs.Task`.
* Changed `days_of_week` field for
`databricks.sdk.service.pipelines.RestartWindow` to type
`databricks.sdk.service.pipelines.RestartWindowDaysOfWeekList`
dataclass.

OpenAPI SHA: a6a317df8327c9b1e5cb59a03a42ffa2aabeef6d, Date: 2024-12-16

Co-authored-by: Renaud Hartert <[email protected]>
@hectorcast-db hectorcast-db removed this pull request from the merge queue due to a manual request Dec 19, 2024
 * Added [a.account_federation_policy](https://databricks-sdk-py.readthedocs.io/en/latest/account/account_federation_policy.html) account-level service and [a.service_principal_federation_policy](https://databricks-sdk-py.readthedocs.io/en/latest/account/service_principal_federation_policy.html) account-level service.
 * Added `is_single_node`, `kind` and `use_ml_runtime` fields for `databricks.sdk.service.compute.ClusterAttributes`.
 * Added `is_single_node`, `kind` and `use_ml_runtime` fields for `databricks.sdk.service.compute.ClusterDetails`.
 * Added `is_single_node`, `kind` and `use_ml_runtime` fields for `databricks.sdk.service.compute.ClusterSpec`.
 * Added `is_single_node`, `kind` and `use_ml_runtime` fields for `databricks.sdk.service.compute.CreateCluster`.
 * Added `is_single_node`, `kind` and `use_ml_runtime` fields for `databricks.sdk.service.compute.EditCluster`.
 * Added `is_single_node`, `kind` and `use_ml_runtime` fields for `databricks.sdk.service.compute.UpdateClusterResource`.
 * Added `update_parameter_syntax` field for `databricks.sdk.service.dashboards.MigrateDashboardRequest`.
 * Added `clean_rooms_notebook_task` field for `databricks.sdk.service.jobs.RunTask`.
 * Added `clean_rooms_notebook_task` field for `databricks.sdk.service.jobs.SubmitTask`.
 * Added `clean_rooms_notebook_task` field for `databricks.sdk.service.jobs.Task`.
 * Added .
 * Added .
 * Added ,  and .
 * Changed `days_of_week` field for `databricks.sdk.service.pipelines.RestartWindow` to type `databricks.sdk.service.pipelines.RestartWindowDaysOfWeekList` dataclass.
 * Removed .
 * Removed .
 * Removed , , , , ,  and .

OpenAPI SHA: a6a317df8327c9b1e5cb59a03a42ffa2aabeef6d, Date: 2024-12-16
@github-actions
Copy link

If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:

Trigger:
go/deco-tests-run/sdk-py

Inputs:

  • PR number: 840
  • Commit SHA: c367b8b52f34e7833ea01a06bef2fdf53ec16706

Checks will be approved automatically on success.

@eng-dev-ecosystem-bot
Copy link
Collaborator

Test Details: go/deco-tests/12415330940

@hectorcast-db hectorcast-db added this pull request to the merge queue Dec 19, 2024
Merged via the queue into main with commit 8975d07 Dec 19, 2024
19 checks passed
@hectorcast-db hectorcast-db deleted the prepare/0.40.0 branch December 19, 2024 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants