Update Jobs GetRun API to support paginated responses for jobs and ForEach tasks (#819).
API Changes:
Added service_principal_client_id field for databricks.sdk.service.apps.App.
Added azure_service_principal, gcp_service_account_key and read_only fields for databricks.sdk.service.catalog.CreateCredentialRequest.
Added azure_service_principal, read_only and used_for_managed_storage fields for databricks.sdk.service.catalog.CredentialInfo.
Added omit_username field for databricks.sdk.service.catalog.ListTablesRequest.
Added azure_service_principal and read_only fields for databricks.sdk.service.catalog.UpdateCredentialRequest.
Added external_location_name, read_only and url fields for databricks.sdk.service.catalog.ValidateCredentialRequest.
Added is_dir field for databricks.sdk.service.catalog.ValidateCredentialResponse.
Added only field for databricks.sdk.service.jobs.RunNow.
Added restart_window field for databricks.sdk.service.pipelines.CreatePipeline.
Added restart_window field for databricks.sdk.service.pipelines.EditPipeline.
Added restart_window field for databricks.sdk.service.pipelines.PipelineSpec.
Added private_access_settings_id field for databricks.sdk.service.provisioning.UpdateWorkspaceRequest.
Changed create_credential() and generate_temporary_service_credential() methods for w.credentials workspace-level service with new required argument order.
Changed access_connector_id field for databricks.sdk.service.catalog.AzureManagedIdentity to be required.
Changed access_connector_id field for databricks.sdk.service.catalog.AzureManagedIdentity to be required.
Changed name field for databricks.sdk.service.catalog.CreateCredentialRequest to be required.
Changed credential_name field for databricks.sdk.service.catalog.GenerateTemporaryServiceCredentialRequest to be required.
Added app_deployment field for databricks.sdk.service.apps.CreateAppDeploymentRequest.
Added app field for databricks.sdk.service.apps.CreateAppRequest.
Added app field for databricks.sdk.service.apps.UpdateAppRequest.
Added table field for databricks.sdk.service.catalog.CreateOnlineTableRequest.
Added azure_aad field for databricks.sdk.service.catalog.GenerateTemporaryTableCredentialResponse.
Added full_name field for databricks.sdk.service.catalog.StorageCredentialInfo.
Added dashboard field for databricks.sdk.service.dashboards.CreateDashboardRequest.
Added schedule field for databricks.sdk.service.dashboards.CreateScheduleRequest.
Added subscription field for databricks.sdk.service.dashboards.CreateSubscriptionRequest.
Added warehouse_id field for databricks.sdk.service.dashboards.Schedule.
Added dashboard field for databricks.sdk.service.dashboards.UpdateDashboardRequest.
Added schedule field for databricks.sdk.service.dashboards.UpdateScheduleRequest.
Added page_token field for databricks.sdk.service.oauth2.ListServicePrincipalSecretsRequest.
Added next_page_token field for databricks.sdk.service.oauth2.ListServicePrincipalSecretsResponse.
Added connection_name field for databricks.sdk.service.pipelines.IngestionGatewayPipelineDefinition.
Added is_no_public_ip_enabled field for databricks.sdk.service.provisioning.CreateWorkspaceRequest.
Added external_customer_info and is_no_public_ip_enabled fields for databricks.sdk.service.provisioning.Workspace.
Added last_used_day field for databricks.sdk.service.settings.TokenInfo.
Changed create() method for w.apps workspace-level service with new required argument order.
Changed execute_message_query() method for w.genie workspace-level service . New request type is databricks.sdk.service.dashboards.GenieExecuteMessageQueryRequest dataclass.
Changed execute_message_query() method for w.genie workspace-level service to type execute_message_query() method for w.genie workspace-level service.
Changed create(), create_schedule(), create_subscription() and update_schedule() methods for w.lakeview workspace-level service with new required argument order.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Updates the requirements on databricks-sdk to permit the latest version.
Release notes
Sourced from databricks-sdk's releases.
Changelog
Sourced from databricks-sdk's changelog.
... (truncated)
Commits
197b5f9
[Internal] Bump release number to 0.38.0 (#828)d516d1e
[Release] Release v0.38.0 (#826)e8b7916
[Fix] Rewind seekable streams before retrying (#821)ee6e70a
[Internal] Reformat SDK with YAPF 0.43. (#822)271502b
[Internal] Update Jobs GetRun API to support paginated responses for jobs and...2143e35
[Feature] Read streams by 1MB chunks by default. (#817)f7f9a68
[Internal] Update PR template (#814)216709f
[Release] Release v0.37.0 (#813)782a565
[Internal] Always write message for manual test execution (#811)f5697f0
[Internal] Move templates in the code generator (#809)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show