databricks-sdk 0.71.0__tar.gz → 0.73.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of databricks-sdk might be problematic. Click here for more details.
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/CHANGELOG.md +117 -93
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/PKG-INFO +2 -2
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/__init__.py +1 -1
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/mixins/files.py +41 -5
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/catalog.py +20 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/compute.py +1 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/dashboards.py +1 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/jobs.py +9 -6
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/ml.py +150 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/pipelines.py +21 -13
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/vectorsearch.py +3 -1
- databricks_sdk-0.73.0/databricks/sdk/version.py +1 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks_sdk.egg-info/PKG-INFO +2 -2
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks_sdk.egg-info/requires.txt +1 -1
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/pyproject.toml +3 -1
- databricks_sdk-0.71.0/databricks/sdk/version.py +0 -1
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/CONTRIBUTING.md +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/DCO +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/LICENSE +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/MANIFEST.in +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/Makefile +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/NOTICE +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/README.md +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/SECURITY.md +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/__init__.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/_base_client.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/_property.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/_widgets/__init__.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/_widgets/default_widgets_utils.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/_widgets/ipywidgets_utils.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/azure.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/casing.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/clock.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/common/lro.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/common/types/__init__.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/common/types/fieldmask.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/config.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/core.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/credentials_provider.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/data_plane.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/dbutils.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/environments.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/errors/__init__.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/errors/base.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/errors/customizer.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/errors/deserializer.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/errors/details.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/errors/mapper.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/errors/overrides.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/errors/parser.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/errors/platform.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/errors/private_link.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/errors/sdk.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/logger/__init__.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/logger/round_trip_logger.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/mixins/__init__.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/mixins/compute.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/mixins/files_utils.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/mixins/jobs.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/mixins/open_ai_client.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/mixins/sharing.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/mixins/workspace.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/oauth.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/oidc.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/oidc_token_supplier.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/py.typed +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/retries.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/runtime/__init__.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/runtime/dbutils_stub.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/__init__.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/_internal.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/agentbricks.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/apps.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/billing.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/cleanrooms.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/database.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/dataquality.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/files.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/iam.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/iamv2.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/marketplace.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/oauth2.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/provisioning.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/qualitymonitorv2.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/serving.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/settings.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/settingsv2.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/sharing.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/sql.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/tags.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/service/workspace.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks/sdk/useragent.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks_sdk.egg-info/SOURCES.txt +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks_sdk.egg-info/dependency_links.txt +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/databricks_sdk.egg-info/top_level.txt +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.73.0}/setup.cfg +0 -0
|
@@ -1,6 +1,30 @@
|
|
|
1
1
|
# Version changelog
|
|
2
2
|
|
|
3
|
-
## Release v0.
|
|
3
|
+
## Release v0.73.0 (2025-11-05)
|
|
4
|
+
|
|
5
|
+
### Security
|
|
6
|
+
- Update `protobuf` dependency constraints to exclude known vulnerable versions (related to `SNYK-PYTHON-PROTOBUF-10364902`).
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## Release v0.72.0 (2025-11-04)
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
- Fix `FilesExt` can fail to upload and download data when Presigned URLs are not available in certain environments (e.g. Serverless GPU clusters).
|
|
13
|
+
|
|
14
|
+
- Fix `FilesExt.upload` and `FilesExt.upload_from` would fail when the source content is empty and `use_parallel=True`.
|
|
15
|
+
|
|
16
|
+
### API Changes
|
|
17
|
+
* Add `google_ads`, `tiktok_ads`, `salesforce_marketing_cloud`, `hubspot`, `workday_hcm`, `guidewire` and `zendesk` enum values for `databricks.sdk.service.pipelines.IngestionSourceType`.
|
|
18
|
+
* Add `batch_create_materialized_features()` method for [w.feature_engineering](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/ml/feature_engineering.html) workspace-level service.
|
|
19
|
+
* Add `lineage_context` field for `databricks.sdk.service.ml.Feature`.
|
|
20
|
+
* Add `autoscale_v2` enum value for `databricks.sdk.service.compute.EventDetailsCause`.
|
|
21
|
+
* Add `unsupported_conversation_type_exception` enum value for `databricks.sdk.service.dashboards.MessageErrorType`.
|
|
22
|
+
* Add `red_state` and `yellow_state` enum values for `databricks.sdk.service.vectorsearch.EndpointStatusState`.
|
|
23
|
+
* [Breaking] Change `table_names` field for `databricks.sdk.service.jobs.TableUpdateTriggerConfiguration` to be required.
|
|
24
|
+
* Change `table_names` field for `databricks.sdk.service.jobs.TableUpdateTriggerConfiguration` to be required.
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## Release v0.71.0 (2025-10-30)
|
|
4
28
|
|
|
5
29
|
### Bug Fixes
|
|
6
30
|
|
|
@@ -25,7 +49,7 @@
|
|
|
25
49
|
* [Breaking] Remove `duration` and `offset` fields for `databricks.sdk.service.ml.TimeWindow`.
|
|
26
50
|
|
|
27
51
|
|
|
28
|
-
## Release v0.70.0
|
|
52
|
+
## Release v0.70.0 (2025-10-23)
|
|
29
53
|
|
|
30
54
|
### Bug Fixes
|
|
31
55
|
- Improving the error message that is shown when the unsupported `dbutils.credentials.getServiceCredentialsProvider` method is used. This method can only be used inside of a notebook.
|
|
@@ -51,7 +75,7 @@
|
|
|
51
75
|
* [Breaking] Remove `results` field for `databricks.sdk.service.sql.ListAlertsV2Response`.
|
|
52
76
|
|
|
53
77
|
|
|
54
|
-
## Release v0.69.0
|
|
78
|
+
## Release v0.69.0 (2025-10-20)
|
|
55
79
|
|
|
56
80
|
### New Features and Improvements
|
|
57
81
|
|
|
@@ -74,7 +98,7 @@
|
|
|
74
98
|
* Add `files_ext_client_download_streaming_chunk_size`, `files_ext_multipart_upload_part_size_options`, `files_ext_multipart_upload_max_part_size`, `files_ext_multipart_upload_default_parallelism`, `files_ext_presigned_download_url_expiration_duration`, `files_ext_parallel_download_default_parallelism`, `files_ext_parallel_download_min_file_size`, `files_ext_parallel_download_default_part_size`, `files_ext_parallel_download_max_retries` for `databricks.sdk.Config`
|
|
75
99
|
|
|
76
100
|
|
|
77
|
-
## Release v0.68.0
|
|
101
|
+
## Release v0.68.0 (2025-10-14)
|
|
78
102
|
|
|
79
103
|
### New Features and Improvements
|
|
80
104
|
|
|
@@ -326,7 +350,7 @@
|
|
|
326
350
|
* [Breaking] Remove `prediction_probability_column` field for `databricks.sdk.service.dataquality.InferenceLogConfig`.
|
|
327
351
|
|
|
328
352
|
|
|
329
|
-
## Release v0.67.0
|
|
353
|
+
## Release v0.67.0 (2025-09-25)
|
|
330
354
|
|
|
331
355
|
### API Changes
|
|
332
356
|
* Add `update_notifications()` method for [w.serving_endpoints](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/serving/serving_endpoints.html) workspace-level service.
|
|
@@ -341,7 +365,7 @@
|
|
|
341
365
|
* [Breaking] Change `name` field for `databricks.sdk.service.database.DatabaseInstanceRole` to be required.
|
|
342
366
|
|
|
343
367
|
|
|
344
|
-
## Release v0.66.0
|
|
368
|
+
## Release v0.66.0 (2025-09-22)
|
|
345
369
|
|
|
346
370
|
### New Features and Improvements
|
|
347
371
|
|
|
@@ -381,7 +405,7 @@
|
|
|
381
405
|
* [Breaking] Removed `comment` field for `databricks.sdk.service.dashboards.GenieSendMessageFeedbackRequest`.
|
|
382
406
|
|
|
383
407
|
|
|
384
|
-
## Release v0.65.0
|
|
408
|
+
## Release v0.65.0 (2025-09-02)
|
|
385
409
|
|
|
386
410
|
### New Features and Improvements
|
|
387
411
|
|
|
@@ -403,7 +427,7 @@
|
|
|
403
427
|
* [Breaking] Removed `feedback_rating` and `feedback_text` fields for `databricks.sdk.service.dashboards.GenieSendMessageFeedbackRequest`.
|
|
404
428
|
|
|
405
429
|
|
|
406
|
-
## Release v0.64.0
|
|
430
|
+
## Release v0.64.0 (2025-08-20)
|
|
407
431
|
|
|
408
432
|
### API Changes
|
|
409
433
|
* Added `databricks.sdk.service.settingsv2` and `databricks.sdk.service.tags` packages.
|
|
@@ -428,7 +452,7 @@
|
|
|
428
452
|
* [Breaking] Removed `comment`, `display_name` and `tags` fields for `databricks.sdk.service.sharing.Share`.
|
|
429
453
|
|
|
430
454
|
|
|
431
|
-
## Release v0.63.0
|
|
455
|
+
## Release v0.63.0 (2025-08-13)
|
|
432
456
|
|
|
433
457
|
### API Changes
|
|
434
458
|
* Added [w.policies](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/catalog/policies.html) workspace-level service and [w.temporary_path_credentials](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/catalog/temporary_path_credentials.html) workspace-level service.
|
|
@@ -444,7 +468,7 @@
|
|
|
444
468
|
* [Breaking] Changed `publish_mode` field for `databricks.sdk.service.ml.PublishSpec` to be required.
|
|
445
469
|
|
|
446
470
|
|
|
447
|
-
## Release v0.62.0
|
|
471
|
+
## Release v0.62.0 (2025-08-06)
|
|
448
472
|
|
|
449
473
|
### Bug Fixes
|
|
450
474
|
|
|
@@ -464,7 +488,7 @@
|
|
|
464
488
|
* [Breaking] Removed `is_featured` field for `databricks.sdk.service.marketplace.ListProvidersRequest`.
|
|
465
489
|
|
|
466
490
|
|
|
467
|
-
## Release v0.61.0
|
|
491
|
+
## Release v0.61.0 (2025-07-31)
|
|
468
492
|
|
|
469
493
|
### API Changes
|
|
470
494
|
* Added [w.clean_room_asset_revisions](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/cleanrooms/clean_room_asset_revisions.html) workspace-level service and [w.clean_room_auto_approval_rules](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/cleanrooms/clean_room_auto_approval_rules.html) workspace-level service.
|
|
@@ -489,7 +513,7 @@
|
|
|
489
513
|
* Changed `output_schema_name` field for `databricks.sdk.service.catalog.MonitorInfo` to be required.
|
|
490
514
|
|
|
491
515
|
|
|
492
|
-
## Release v0.60.0
|
|
516
|
+
## Release v0.60.0 (2025-07-24)
|
|
493
517
|
|
|
494
518
|
### New Features and Improvements
|
|
495
519
|
|
|
@@ -524,7 +548,7 @@
|
|
|
524
548
|
* [Breaking] Removed `databricks.sdk.service.aibuilder` package.
|
|
525
549
|
|
|
526
550
|
|
|
527
|
-
## Release v0.59.0
|
|
551
|
+
## Release v0.59.0 (2025-07-17)
|
|
528
552
|
|
|
529
553
|
### API Changes
|
|
530
554
|
* Added [w.service_principal_secrets_proxy](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/oauth2/service_principal_secrets_proxy.html) workspace-level service.
|
|
@@ -557,7 +581,7 @@
|
|
|
557
581
|
* [Breaking] Removed `range` and `if_unmodified_since` fields for `databricks.sdk.service.files.GetMetadataRequest`.
|
|
558
582
|
|
|
559
583
|
|
|
560
|
-
## Release v0.58.0
|
|
584
|
+
## Release v0.58.0 (2025-07-09)
|
|
561
585
|
|
|
562
586
|
### API Changes
|
|
563
587
|
* Added `remote_disk_throughput` and `total_initial_remote_disk_size` fields for `databricks.sdk.service.compute.ClusterAttributes`.
|
|
@@ -648,7 +672,7 @@
|
|
|
648
672
|
* [Breaking] Removed `archived`, `none`, `production` and `staging` enum values for `databricks.sdk.service.ml.Stage`.
|
|
649
673
|
|
|
650
674
|
|
|
651
|
-
## Release v0.57.0
|
|
675
|
+
## Release v0.57.0 (2025-06-12)
|
|
652
676
|
|
|
653
677
|
### API Changes
|
|
654
678
|
* Added [w.ai_builder](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/aibuilder/ai_builder.html) workspace-level service.
|
|
@@ -675,7 +699,7 @@
|
|
|
675
699
|
* [Breaking] Removed `cancelled`, `error`, `queued`, `running`, `starting` and `success` enum values for `databricks.sdk.service.jobs.DbtCloudRunStatus`.
|
|
676
700
|
|
|
677
701
|
|
|
678
|
-
## Release v0.56.0
|
|
702
|
+
## Release v0.56.0 (2025-06-05)
|
|
679
703
|
|
|
680
704
|
### API Changes
|
|
681
705
|
* Added `databricks.sdk.service.aibuilder`, `databricks.sdk.service.database` and `databricks.sdk.service.qualitymonitorv2` packages.
|
|
@@ -754,7 +778,7 @@
|
|
|
754
778
|
* [Breaking] Removed `internal` and `internal_and_external` enum values for `databricks.sdk.service.catalog.UpdateMetastoreDeltaSharingScope`.
|
|
755
779
|
|
|
756
780
|
|
|
757
|
-
## Release v0.55.0
|
|
781
|
+
## Release v0.55.0 (2025-05-27)
|
|
758
782
|
|
|
759
783
|
### New Features and Improvements
|
|
760
784
|
|
|
@@ -769,7 +793,7 @@
|
|
|
769
793
|
([#979](https://github.com/databricks/databricks-sdk-py/pull/979)).
|
|
770
794
|
|
|
771
795
|
|
|
772
|
-
## Release v0.54.0
|
|
796
|
+
## Release v0.54.0 (2025-05-22)
|
|
773
797
|
|
|
774
798
|
### API Changes
|
|
775
799
|
* Added [a.llm_proxy_partner_powered_account](https://databricks-sdk-py.readthedocs.io/en/latest/account/settings/settings/llm_proxy_partner_powered_account.html) account-level service, [a.llm_proxy_partner_powered_enforce](https://databricks-sdk-py.readthedocs.io/en/latest/account/settings/settings/llm_proxy_partner_powered_enforce.html) account-level service, [w.llm_proxy_partner_powered_workspace](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/settings/settings/llm_proxy_partner_powered_workspace.html) workspace-level service, [a.network_policies](https://databricks-sdk-py.readthedocs.io/en/latest/account/settings/network_policies.html) account-level service and [a.workspace_network_configuration](https://databricks-sdk-py.readthedocs.io/en/latest/account/settings/workspace_network_configuration.html) account-level service.
|
|
@@ -835,13 +859,13 @@
|
|
|
835
859
|
* [Breaking] Removed `catalog`, `credential`, `external_location` and `storage_credential` enum values for `databricks.sdk.service.catalog.UpdateBindingsSecurableType`.
|
|
836
860
|
|
|
837
861
|
|
|
838
|
-
## Release v0.53.0
|
|
862
|
+
## Release v0.53.0 (2025-05-02)
|
|
839
863
|
|
|
840
864
|
### Bug Fixes
|
|
841
865
|
* Fixed the deserialization of responses in VectorSearchAPI's `query_index()` method ([#961](https://github.com/databricks/databricks-sdk-py/pull/961)).
|
|
842
866
|
|
|
843
867
|
|
|
844
|
-
## Release v0.52.0
|
|
868
|
+
## Release v0.52.0 (2025-05-02)
|
|
845
869
|
|
|
846
870
|
### API Changes
|
|
847
871
|
* Added `future_feature_data_path` field for `databricks.sdk.service.ml.CreateForecastingExperimentRequest`.
|
|
@@ -863,7 +887,7 @@
|
|
|
863
887
|
* Fixed waiter for [GenieAPI.create_message](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/dashboards/genie.html#databricks.sdk.service.dashboards.GenieAPI.create_message) method.
|
|
864
888
|
|
|
865
889
|
|
|
866
|
-
## Release v0.51.0
|
|
890
|
+
## Release v0.51.0 (2025-04-30)
|
|
867
891
|
|
|
868
892
|
### New Features and Improvements
|
|
869
893
|
* Enabled asynchronous token refreshes by default. A new `disable_async_token_refresh` configuration option has been added to allow disabling this feature if necessary ([#952](https://github.com/databricks/databricks-sdk-py/pull/952)).
|
|
@@ -914,7 +938,7 @@
|
|
|
914
938
|
* [Breaking] Removed `blob`, `dfs`, `mysql_server` and `sql_server` enum values for `databricks.sdk.service.settings.NccAzurePrivateEndpointRuleGroupId`.
|
|
915
939
|
|
|
916
940
|
|
|
917
|
-
## Release v0.50.0
|
|
941
|
+
## Release v0.50.0 (2025-04-14)
|
|
918
942
|
|
|
919
943
|
### API Changes
|
|
920
944
|
* Added [w.enable_export_notebook](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/settings/settings/enable_export_notebook.html) workspace-level service, [w.enable_notebook_table_clipboard](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/settings/settings/enable_notebook_table_clipboard.html) workspace-level service and [w.enable_results_downloading](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/settings/settings/enable_results_downloading.html) workspace-level service.
|
|
@@ -945,7 +969,7 @@
|
|
|
945
969
|
* [Breaking] Removed [PipelinesAPI.wait_get_pipeline_running](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/pipelines/pipelines.html#databricks.sdk.service.pipelines.PipelinesAPI.wait_get_pipeline_running) method.
|
|
946
970
|
|
|
947
971
|
|
|
948
|
-
## Release v0.49.0
|
|
972
|
+
## Release v0.49.0 (2025-03-28)
|
|
949
973
|
|
|
950
974
|
### API Changes
|
|
951
975
|
* Added `generate_download_full_query_result()` method for [w.genie](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/dashboards/genie.html) workspace-level service.
|
|
@@ -981,7 +1005,7 @@
|
|
|
981
1005
|
* [Breaking] Removed `aliases`, `comment`, `data_type`, `dependency_list`, `full_data_type`, `id`, `input_params`, `name`, `properties`, `routine_definition`, `schema`, `securable_kind`, `share`, `share_id`, `storage_location` and `tags` fields for `databricks.sdk.service.sharing.Function`.
|
|
982
1006
|
|
|
983
1007
|
|
|
984
|
-
## Release v0.48.0
|
|
1008
|
+
## Release v0.48.0 (2025-03-27)
|
|
985
1009
|
|
|
986
1010
|
### API Changes
|
|
987
1011
|
* Added `execution_details` and `script` fields for `databricks.sdk.service.compute.InitScriptInfoAndExecutionDetails`.
|
|
@@ -1009,7 +1033,7 @@
|
|
|
1009
1033
|
* [Breaking] Removed `custom` enum value for `databricks.sdk.service.serving.ExternalModelProvider`.
|
|
1010
1034
|
|
|
1011
1035
|
|
|
1012
|
-
## Release v0.47.0
|
|
1036
|
+
## Release v0.47.0 (2025-03-21)
|
|
1013
1037
|
|
|
1014
1038
|
### Bug Fixes
|
|
1015
1039
|
|
|
@@ -1048,7 +1072,7 @@
|
|
|
1048
1072
|
* [Breaking] Removed `aliases`, `comment`, `data_type`, `dependency_list`, `full_data_type`, `id`, `input_params`, `name`, `properties`, `routine_definition`, `schema`, `securable_kind`, `share`, `share_id`, `storage_location` and `tags` fields for `databricks.sdk.service.sharing.Function`.
|
|
1049
1073
|
|
|
1050
1074
|
|
|
1051
|
-
## Release v0.46.0
|
|
1075
|
+
## Release v0.46.0 (2025-03-12)
|
|
1052
1076
|
|
|
1053
1077
|
### New Features and Improvements
|
|
1054
1078
|
* [Experimental] Add support for async token refresh ([#916](https://github.com/databricks/databricks-sdk-py/pull/916)).
|
|
@@ -1065,7 +1089,7 @@
|
|
|
1065
1089
|
* [Breaking] Removed `jwks_uri` field for `databricks.sdk.service.oauth2.OidcFederationPolicy`.
|
|
1066
1090
|
|
|
1067
1091
|
|
|
1068
|
-
## Release v0.45.0
|
|
1092
|
+
## Release v0.45.0 (2025-03-07)
|
|
1069
1093
|
|
|
1070
1094
|
### New Features and Improvements
|
|
1071
1095
|
* Update Jobs service to use API 2.2 ([#913](https://github.com/databricks/databricks-sdk-py/pull/913)).
|
|
@@ -1137,7 +1161,7 @@
|
|
|
1137
1161
|
* [Breaking] Removed `active_only`, `all` and `deleted_only` enum values for `databricks.sdk.service.ml.SearchRunsRunViewType`.
|
|
1138
1162
|
|
|
1139
1163
|
|
|
1140
|
-
##
|
|
1164
|
+
## Release v0.44.1 (2025-02-13)
|
|
1141
1165
|
|
|
1142
1166
|
### New Features and Improvements
|
|
1143
1167
|
|
|
@@ -1150,7 +1174,7 @@
|
|
|
1150
1174
|
|
|
1151
1175
|
|
|
1152
1176
|
|
|
1153
|
-
##
|
|
1177
|
+
## Release v0.44.0 (2025-02-11)
|
|
1154
1178
|
|
|
1155
1179
|
### Internal Changes
|
|
1156
1180
|
|
|
@@ -1167,7 +1191,7 @@
|
|
|
1167
1191
|
|
|
1168
1192
|
OpenAPI SHA: 99f644e72261ef5ecf8d74db20f4b7a1e09723cc, Date: 2025-02-11
|
|
1169
1193
|
|
|
1170
|
-
##
|
|
1194
|
+
## Release v0.43.0 (2025-02-03)
|
|
1171
1195
|
|
|
1172
1196
|
### API Changes:
|
|
1173
1197
|
|
|
@@ -1223,7 +1247,7 @@ OpenAPI SHA: c72c58f97b950fcb924a90ef164bcb10cfcd5ece, Date: 2025-02-03
|
|
|
1223
1247
|
|
|
1224
1248
|
OpenAPI SHA: 840c660106f820a1a5dff931d51fa5f65cd9fdd9, Date: 2025-01-28
|
|
1225
1249
|
|
|
1226
|
-
##
|
|
1250
|
+
## Release v0.41.0 (2025-01-20)
|
|
1227
1251
|
|
|
1228
1252
|
### New Features and Improvements
|
|
1229
1253
|
|
|
@@ -1286,7 +1310,7 @@ OpenAPI SHA: 840c660106f820a1a5dff931d51fa5f65cd9fdd9, Date: 2025-01-28
|
|
|
1286
1310
|
|
|
1287
1311
|
OpenAPI SHA: 58905570a9928fc9ed31fba14a2edaf9a7c55b08, Date: 2025-01-20
|
|
1288
1312
|
|
|
1289
|
-
##
|
|
1313
|
+
## Release v0.40.0 (2024-12-19)
|
|
1290
1314
|
|
|
1291
1315
|
### API Changes:
|
|
1292
1316
|
|
|
@@ -1305,7 +1329,7 @@ OpenAPI SHA: 58905570a9928fc9ed31fba14a2edaf9a7c55b08, Date: 2025-01-20
|
|
|
1305
1329
|
|
|
1306
1330
|
OpenAPI SHA: a6a317df8327c9b1e5cb59a03a42ffa2aabeef6d, Date: 2024-12-16
|
|
1307
1331
|
|
|
1308
|
-
##
|
|
1332
|
+
## Release v0.39.0 (2024-12-11)
|
|
1309
1333
|
|
|
1310
1334
|
### Bug Fixes
|
|
1311
1335
|
|
|
@@ -1333,7 +1357,7 @@ OpenAPI SHA: a6a317df8327c9b1e5cb59a03a42ffa2aabeef6d, Date: 2024-12-16
|
|
|
1333
1357
|
|
|
1334
1358
|
OpenAPI SHA: 7016dcbf2e011459416cf408ce21143bcc4b3a25, Date: 2024-12-05
|
|
1335
1359
|
|
|
1336
|
-
##
|
|
1360
|
+
## Release v0.38.0 (2024-11-18)
|
|
1337
1361
|
|
|
1338
1362
|
### New Features and Improvements
|
|
1339
1363
|
|
|
@@ -1371,7 +1395,7 @@ OpenAPI SHA: 7016dcbf2e011459416cf408ce21143bcc4b3a25, Date: 2024-12-05
|
|
|
1371
1395
|
|
|
1372
1396
|
OpenAPI SHA: f2385add116e3716c8a90a0b68e204deb40f996c, Date: 2024-11-15
|
|
1373
1397
|
|
|
1374
|
-
##
|
|
1398
|
+
## Release v0.37.0 (2024-11-05)
|
|
1375
1399
|
|
|
1376
1400
|
### Bug Fixes
|
|
1377
1401
|
|
|
@@ -1428,7 +1452,7 @@ OpenAPI SHA: f2385add116e3716c8a90a0b68e204deb40f996c, Date: 2024-11-15
|
|
|
1428
1452
|
|
|
1429
1453
|
OpenAPI SHA: 5285ce76f81314f342c1702d5c2ad4ef42488781, Date: 2024-11-04
|
|
1430
1454
|
|
|
1431
|
-
##
|
|
1455
|
+
## Release v0.36.0 (2024-10-22)
|
|
1432
1456
|
|
|
1433
1457
|
### Breaking Changes
|
|
1434
1458
|
* `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.
|
|
@@ -1448,7 +1472,7 @@ OpenAPI SHA: 5285ce76f81314f342c1702d5c2ad4ef42488781, Date: 2024-11-04
|
|
|
1448
1472
|
|
|
1449
1473
|
|
|
1450
1474
|
|
|
1451
|
-
##
|
|
1475
|
+
## Release v0.35.0 (2024-10-17)
|
|
1452
1476
|
|
|
1453
1477
|
### New Features and Improvements
|
|
1454
1478
|
|
|
@@ -1479,7 +1503,7 @@ OpenAPI SHA: 5285ce76f81314f342c1702d5c2ad4ef42488781, Date: 2024-11-04
|
|
|
1479
1503
|
|
|
1480
1504
|
OpenAPI SHA: cf9c61453990df0f9453670f2fe68e1b128647a2, Date: 2024-10-14
|
|
1481
1505
|
|
|
1482
|
-
##
|
|
1506
|
+
## Release v0.34.0 (2024-10-07)
|
|
1483
1507
|
|
|
1484
1508
|
### Bug Fixes
|
|
1485
1509
|
|
|
@@ -1503,7 +1527,7 @@ OpenAPI SHA: cf9c61453990df0f9453670f2fe68e1b128647a2, Date: 2024-10-14
|
|
|
1503
1527
|
|
|
1504
1528
|
OpenAPI SHA: bc17b474818138f19b78a7bea0675707dead2b87, Date: 2024-10-07
|
|
1505
1529
|
|
|
1506
|
-
##
|
|
1530
|
+
## Release v0.33.0 (2024-09-26)
|
|
1507
1531
|
|
|
1508
1532
|
### Internal Changes
|
|
1509
1533
|
|
|
@@ -1569,7 +1593,7 @@ OpenAPI SHA: bc17b474818138f19b78a7bea0675707dead2b87, Date: 2024-10-07
|
|
|
1569
1593
|
|
|
1570
1594
|
OpenAPI SHA: 248f4ad9668661da9d0bf4a7b0119a2d44fd1e75, Date: 2024-09-25
|
|
1571
1595
|
|
|
1572
|
-
##
|
|
1596
|
+
## Release v0.32.3 (2024-09-19)
|
|
1573
1597
|
|
|
1574
1598
|
### New Features and Improvements
|
|
1575
1599
|
|
|
@@ -1583,7 +1607,7 @@ OpenAPI SHA: 248f4ad9668661da9d0bf4a7b0119a2d44fd1e75, Date: 2024-09-25
|
|
|
1583
1607
|
|
|
1584
1608
|
|
|
1585
1609
|
|
|
1586
|
-
##
|
|
1610
|
+
## Release v0.32.2 (2024-09-17)
|
|
1587
1611
|
|
|
1588
1612
|
### New Features and Improvements
|
|
1589
1613
|
|
|
@@ -1598,7 +1622,7 @@ OpenAPI SHA: 248f4ad9668661da9d0bf4a7b0119a2d44fd1e75, Date: 2024-09-25
|
|
|
1598
1622
|
|
|
1599
1623
|
|
|
1600
1624
|
|
|
1601
|
-
##
|
|
1625
|
+
## Release v0.32.1 (2024-09-10)
|
|
1602
1626
|
|
|
1603
1627
|
### Bug Fixes
|
|
1604
1628
|
|
|
@@ -1606,7 +1630,7 @@ OpenAPI SHA: 248f4ad9668661da9d0bf4a7b0119a2d44fd1e75, Date: 2024-09-25
|
|
|
1606
1630
|
|
|
1607
1631
|
|
|
1608
1632
|
|
|
1609
|
-
##
|
|
1633
|
+
## Release v0.32.0 (2024-09-04)
|
|
1610
1634
|
|
|
1611
1635
|
### Bug Fixes
|
|
1612
1636
|
|
|
@@ -1638,7 +1662,7 @@ OpenAPI SHA: 248f4ad9668661da9d0bf4a7b0119a2d44fd1e75, Date: 2024-09-25
|
|
|
1638
1662
|
|
|
1639
1663
|
OpenAPI SHA: d05898328669a3f8ab0c2ecee37db2673d3ea3f7, Date: 2024-09-04
|
|
1640
1664
|
|
|
1641
|
-
##
|
|
1665
|
+
## Release v0.31.1 (2024-08-28)
|
|
1642
1666
|
|
|
1643
1667
|
### Bug Fixes
|
|
1644
1668
|
|
|
@@ -1652,7 +1676,7 @@ OpenAPI SHA: d05898328669a3f8ab0c2ecee37db2673d3ea3f7, Date: 2024-09-04
|
|
|
1652
1676
|
|
|
1653
1677
|
|
|
1654
1678
|
|
|
1655
|
-
##
|
|
1679
|
+
## Release v0.31.0 (2024-08-21)
|
|
1656
1680
|
|
|
1657
1681
|
### Bug Fixes
|
|
1658
1682
|
|
|
@@ -1685,7 +1709,7 @@ OpenAPI SHA: d05898328669a3f8ab0c2ecee37db2673d3ea3f7, Date: 2024-09-04
|
|
|
1685
1709
|
|
|
1686
1710
|
OpenAPI SHA: 3eae49b444cac5a0118a3503e5b7ecef7f96527a, Date: 2024-08-21
|
|
1687
1711
|
|
|
1688
|
-
##
|
|
1712
|
+
## Release v0.30.0 (2024-08-13)
|
|
1689
1713
|
|
|
1690
1714
|
### New Features and Improvements
|
|
1691
1715
|
|
|
@@ -1883,7 +1907,7 @@ OpenAPI SHA: 3eae49b444cac5a0118a3503e5b7ecef7f96527a, Date: 2024-08-21
|
|
|
1883
1907
|
|
|
1884
1908
|
OpenAPI SHA: f98c07f9c71f579de65d2587bb0292f83d10e55d, Date: 2024-08-12
|
|
1885
1909
|
|
|
1886
|
-
##
|
|
1910
|
+
## Release v0.29.0 (2024-06-24)
|
|
1887
1911
|
|
|
1888
1912
|
### Breaking Changes
|
|
1889
1913
|
* Create a method to generate OAuth tokens ([#644](https://github.com/databricks/databricks-sdk-py/pull/644))
|
|
@@ -1954,7 +1978,7 @@ OpenAPI SHA: f98c07f9c71f579de65d2587bb0292f83d10e55d, Date: 2024-08-12
|
|
|
1954
1978
|
* Added `next_page_token` field for `databricks.sdk.service.vectorsearch.QueryVectorIndexResponse`.
|
|
1955
1979
|
|
|
1956
1980
|
OpenAPI SHA: 7437dabb9dadee402c1fc060df4c1ce8cc5369f0, Date: 2024-06-24
|
|
1957
|
-
##
|
|
1981
|
+
## Release v0.28.0 (2024-05-23)
|
|
1958
1982
|
|
|
1959
1983
|
### Improvements and new features
|
|
1960
1984
|
|
|
@@ -2016,13 +2040,13 @@ OpenAPI SHA: 7437dabb9dadee402c1fc060df4c1ce8cc5369f0, Date: 2024-06-24
|
|
|
2016
2040
|
* Changed `list()` method for [w.connections](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/connections.html) workspace-level service to require request of `databricks.sdk.service.catalog.ListConnectionsRequest` dataclass.
|
|
2017
2041
|
|
|
2018
2042
|
OpenAPI SHA: 7eb5ad9a2ed3e3f1055968a2d1014ac92c06fe92, Date: 2024-05-21
|
|
2019
|
-
##
|
|
2043
|
+
## Release v0.27.1 (2024-05-16)
|
|
2020
2044
|
|
|
2021
2045
|
### Bug Fixes
|
|
2022
2046
|
* Fix null body response to empty in ApiClient ([#579](https://github.com/databricks/databricks-sdk-py/pull/579)).
|
|
2023
2047
|
|
|
2024
2048
|
|
|
2025
|
-
##
|
|
2049
|
+
## Release v0.27.0 (2024-05-03)
|
|
2026
2050
|
|
|
2027
2051
|
### New Features
|
|
2028
2052
|
|
|
@@ -2119,7 +2143,7 @@ API Changes:
|
|
|
2119
2143
|
|
|
2120
2144
|
OpenAPI SHA: 9bb7950fa3390afb97abaa552934bc0a2e069de5, Date: 2024-05-02
|
|
2121
2145
|
|
|
2122
|
-
##
|
|
2146
|
+
## Release v0.26.0 (2024-04-24)
|
|
2123
2147
|
|
|
2124
2148
|
* Increase cluster creation test timeout ([#617](https://github.com/databricks/databricks-sdk-py/pull/617)).
|
|
2125
2149
|
* Added code example for adding a user to a group using group patch API ([#625](https://github.com/databricks/databricks-sdk-py/pull/625)).
|
|
@@ -2155,13 +2179,13 @@ API Changes:
|
|
|
2155
2179
|
|
|
2156
2180
|
OpenAPI SHA: 06d330f43d92c1be864d4638c672cd0723e20a51, Date: 2024-04-22
|
|
2157
2181
|
|
|
2158
|
-
##
|
|
2182
|
+
## Release v0.25.1 (2024-04-12)
|
|
2159
2183
|
|
|
2160
2184
|
Bug fixes:
|
|
2161
2185
|
* Fixed `select_node_type` error ([#614](https://github.com/databricks/databricks-sdk-py/pull/614)).
|
|
2162
2186
|
|
|
2163
2187
|
|
|
2164
|
-
##
|
|
2188
|
+
## Release v0.25.0 (2024-04-11)
|
|
2165
2189
|
|
|
2166
2190
|
### Behavior Changes
|
|
2167
2191
|
|
|
@@ -2297,7 +2321,7 @@ API Changes:
|
|
|
2297
2321
|
|
|
2298
2322
|
OpenAPI SHA: 94684175b8bd65f8701f89729351f8069e8309c9, Date: 2024-04-11
|
|
2299
2323
|
|
|
2300
|
-
##
|
|
2324
|
+
## Release v0.24.0 (2024-04-02)
|
|
2301
2325
|
|
|
2302
2326
|
### Improvements and Bug Fixes
|
|
2303
2327
|
* Properly escape multi-segment path parameters ([#596](https://github.com/databricks/databricks-sdk-py/pull/596)).
|
|
@@ -2359,7 +2383,7 @@ OpenAPI SHA: 94684175b8bd65f8701f89729351f8069e8309c9, Date: 2024-04-11
|
|
|
2359
2383
|
|
|
2360
2384
|
OpenAPI SHA: d38528c3e47dd81c9bdbd918272a3e49d36e09ce, Date: 2024-03-27
|
|
2361
2385
|
|
|
2362
|
-
##
|
|
2386
|
+
## Release v0.23.0 (2024-03-20)
|
|
2363
2387
|
|
|
2364
2388
|
* Add CONTRIBUTING.md ([#585](https://github.com/databricks/databricks-sdk-py/pull/585)).
|
|
2365
2389
|
|
|
@@ -2380,7 +2404,7 @@ API Changes:
|
|
|
2380
2404
|
|
|
2381
2405
|
OpenAPI SHA: 93763b0d7ae908520c229c786fff28b8fd623261, Date: 2024-03-20
|
|
2382
2406
|
|
|
2383
|
-
##
|
|
2407
|
+
## Release v0.22.0 (2024-03-15)
|
|
2384
2408
|
|
|
2385
2409
|
* Fix typos in doc string for select_spark_version ([#575](https://github.com/databricks/databricks-sdk-py/pull/575)).
|
|
2386
2410
|
|
|
@@ -2395,7 +2419,7 @@ API Changes:
|
|
|
2395
2419
|
|
|
2396
2420
|
OpenAPI SHA: c84caf9e5ef531cc0b1ddd0a76970d9a8b664e32, Date: 2024-03-15
|
|
2397
2421
|
|
|
2398
|
-
##
|
|
2422
|
+
## Release v0.21.0 (2024-03-07)
|
|
2399
2423
|
|
|
2400
2424
|
### New Features and Improvements
|
|
2401
2425
|
* Fixed get_workspace_client in GCP ([#532](https://github.com/databricks/databricks-sdk-py/pull/532)).
|
|
@@ -2535,7 +2559,7 @@ Dataclasses:
|
|
|
2535
2559
|
OpenAPI SHA: 1026b998b14fba1b8317528f47778240dc4e9a5d, Date: 2024-03-06
|
|
2536
2560
|
|
|
2537
2561
|
|
|
2538
|
-
##
|
|
2562
|
+
## Release v0.20.0 (2024-02-19)
|
|
2539
2563
|
|
|
2540
2564
|
Major Changes:
|
|
2541
2565
|
|
|
@@ -2596,7 +2620,7 @@ API Changes:
|
|
|
2596
2620
|
|
|
2597
2621
|
OpenAPI SHA: cdd76a98a4fca7008572b3a94427566dd286c63b, Date: 2024-02-19
|
|
2598
2622
|
|
|
2599
|
-
##
|
|
2623
|
+
## Release v0.19.1 (2024-02-15)
|
|
2600
2624
|
|
|
2601
2625
|
New features:
|
|
2602
2626
|
|
|
@@ -2605,7 +2629,7 @@ New features:
|
|
|
2605
2629
|
Bugfix:
|
|
2606
2630
|
|
|
2607
2631
|
* Create a deepcopy of config when creating workspace client from account client ([#542](https://github.com/databricks/databricks-sdk-py/pull/542)). This fixes an issue where `AccountClient` instances would stop working after calling `get_workspace_client()`.
|
|
2608
|
-
##
|
|
2632
|
+
## Release v0.19.0 (2024-02-09)
|
|
2609
2633
|
|
|
2610
2634
|
### Improvements and Bug Fixes
|
|
2611
2635
|
* Construct workspace client from account client ([#527](https://github.com/databricks/databricks-sdk-py/pull/527)).
|
|
@@ -2707,7 +2731,7 @@ Changes:
|
|
|
2707
2731
|
|
|
2708
2732
|
OpenAPI SHA: 6b897bc95b23abed8b9f5eff0e6b8ec034046180, Date: 2024-02-08
|
|
2709
2733
|
|
|
2710
|
-
##
|
|
2734
|
+
## Release v0.18.0 (2024-01-23)
|
|
2711
2735
|
|
|
2712
2736
|
Bugfixes:
|
|
2713
2737
|
|
|
@@ -2748,7 +2772,7 @@ API Changes:
|
|
|
2748
2772
|
|
|
2749
2773
|
OpenAPI SHA: e05401ed5dd4974c5333d737ec308a7d451f749f, Date: 2024-01-23
|
|
2750
2774
|
|
|
2751
|
-
##
|
|
2775
|
+
## Release v0.17.0 (2024-01-11)
|
|
2752
2776
|
|
|
2753
2777
|
* Use covariant type for `@retried(on=[...])` ([#486](https://github.com/databricks/databricks-sdk-py/pull/486)).
|
|
2754
2778
|
* Configure request timeout using existing parameter from Config ([#489](https://github.com/databricks/databricks-sdk-py/pull/489)).
|
|
@@ -2778,7 +2802,7 @@ API Changes:
|
|
|
2778
2802
|
|
|
2779
2803
|
OpenAPI SHA: 0e0d4cbe87193e36c73b8b2be3b0dd0f1b013e00, Date: 2024-01-10
|
|
2780
2804
|
|
|
2781
|
-
##
|
|
2805
|
+
## Release v0.16.0 (2023-12-20)
|
|
2782
2806
|
|
|
2783
2807
|
* Sort imports in service template ([#479](https://github.com/databricks/databricks-sdk-py/pull/479)).
|
|
2784
2808
|
* Add `py.typed` to support PEP-561 ([#483](https://github.com/databricks/databricks-sdk-py/pull/483)).
|
|
@@ -2808,7 +2832,7 @@ API Changes:
|
|
|
2808
2832
|
|
|
2809
2833
|
OpenAPI SHA: d3853c8dee5806d04da2ae8910f273ffb35719a5, Date: 2023-12-14
|
|
2810
2834
|
|
|
2811
|
-
##
|
|
2835
|
+
## Release v0.15.0 (2023-12-12)
|
|
2812
2836
|
|
|
2813
2837
|
Bugfixes:
|
|
2814
2838
|
|
|
@@ -2933,7 +2957,7 @@ API Changes:
|
|
|
2933
2957
|
|
|
2934
2958
|
OpenAPI SHA: 63caa3cb0c05045e81d3dcf2451fa990d8670f36, Date: 2023-12-12
|
|
2935
2959
|
|
|
2936
|
-
##
|
|
2960
|
+
## Release v0.14.0 (2023-11-29)
|
|
2937
2961
|
|
|
2938
2962
|
Major changes:
|
|
2939
2963
|
* GCP Auth is now supported in the Python SDK. To use Google credentials-based authentication, specify your Default Application Credentials in the `GOOGLE_CREDENTIALS` environment variable or corresponding `google_credentials` parameter in `Config` or the client constructors. You may provide either the path to the file containing your credentials or the credentials themselves serialized as JSON. To use Google impersonation, specify the service principal to impersonate in the `DATABRICKS_GOOGLE_SERVICE_ACCOUNT` environment variable or the corresponding `google_service_account` parameter in `Config` or the client constructors. See [#444](https://github.com/databricks/databricks-sdk-py/pull/444) for the changes.
|
|
@@ -2966,7 +2990,7 @@ Dependency updates:
|
|
|
2966
2990
|
* Introduced "google-auth" dependency to support Google authentication.
|
|
2967
2991
|
|
|
2968
2992
|
|
|
2969
|
-
##
|
|
2993
|
+
## Release v0.13.0 (2023-11-14)
|
|
2970
2994
|
|
|
2971
2995
|
* Introduce more specific exceptions, like `NotFound`, `AlreadyExists`, `BadRequest`, `PermissionDenied`, `InternalError`, and others ([#376](https://github.com/databricks/databricks-sdk-py/pull/376)). This makes it easier to handle errors thrown by the Databricks API. Instead of catching `DatabricksError` and checking the error_code field, you can catch one of these subtypes of `DatabricksError`, which is more ergonomic and removes the need to rethrow exceptions that you don't want to catch. For example:
|
|
2972
2996
|
```python
|
|
@@ -3030,7 +3054,7 @@ Internal changes:
|
|
|
3030
3054
|
|
|
3031
3055
|
OpenAPI SHA: d136ad0541f036372601bad9a4382db06c3c912d, Date: 2023-11-14
|
|
3032
3056
|
|
|
3033
|
-
##
|
|
3057
|
+
## Release v0.12.0 (2023-10-24)
|
|
3034
3058
|
|
|
3035
3059
|
* Retry on all 429 and 503, even when missing Retry-After header ([#402](https://github.com/databricks/databricks-sdk-py/pull/402)).
|
|
3036
3060
|
* Add support for tokenless authentication for GitHub Actions configured with OpenID Connect with Azure User Managed Identity (or Service Principal) ([#385](https://github.com/databricks/databricks-sdk-py/pull/385)).
|
|
@@ -3047,7 +3071,7 @@ API Changes:
|
|
|
3047
3071
|
|
|
3048
3072
|
OpenAPI SHA: 5903bb39137fd76ac384b2044e425f9c56840e00, Date: 2023-10-23
|
|
3049
3073
|
|
|
3050
|
-
##
|
|
3074
|
+
## Release v0.11.0 (2023-10-12)
|
|
3051
3075
|
|
|
3052
3076
|
* Added Python 3.12 to project classifiers ([#381](https://github.com/databricks/databricks-sdk-py/pull/381)).
|
|
3053
3077
|
* Fix serialization issues for generated resources ([#382](https://github.com/databricks/databricks-sdk-py/pull/382)).
|
|
@@ -3117,7 +3141,7 @@ API Changes:
|
|
|
3117
3141
|
|
|
3118
3142
|
OpenAPI SHA: 493a76554afd3afdd15dc858773d01643f80352a, Date: 2023-10-12
|
|
3119
3143
|
|
|
3120
|
-
##
|
|
3144
|
+
## Release v0.10.0 (2023-10-03)
|
|
3121
3145
|
|
|
3122
3146
|
* Respect `retry_timeout_seconds` config setting and align retry implementation with Go SDK ([#337](https://github.com/databricks/databricks-sdk-py/pull/337)).
|
|
3123
3147
|
|
|
@@ -3153,7 +3177,7 @@ API Changes:
|
|
|
3153
3177
|
|
|
3154
3178
|
OpenAPI SHA: bcbf6e851e3d82fd910940910dd31c10c059746c, Date: 2023-10-02
|
|
3155
3179
|
|
|
3156
|
-
##
|
|
3180
|
+
## Release v0.9.0 (2023-09-20)
|
|
3157
3181
|
|
|
3158
3182
|
* Don't try to import runtime_auth when not in runtime ([#327](https://github.com/databricks/databricks-sdk-py/pull/327)).
|
|
3159
3183
|
* Handled Azure authentication when WorkspaceResourceID is provided ([#328](https://github.com/databricks/databricks-sdk-py/pull/328)).
|
|
@@ -3209,7 +3233,7 @@ API Changes:
|
|
|
3209
3233
|
|
|
3210
3234
|
OpenAPI SHA: b52a3b410976501f08f76ca0b355fb2dca876953, Date: 2023-09-15
|
|
3211
3235
|
|
|
3212
|
-
##
|
|
3236
|
+
## Release v0.8.0 (2023-09-04)
|
|
3213
3237
|
|
|
3214
3238
|
* Fixed redeclared `test_streaming_response_read_partial` test ([#335](https://github.com/databricks/databricks-sdk-py/pull/335)).
|
|
3215
3239
|
* Fixed `Incorrect type` warning ([#336](https://github.com/databricks/databricks-sdk-py/pull/336)).
|
|
@@ -3245,12 +3269,12 @@ API Changes:
|
|
|
3245
3269
|
* Added `databricks.sdk.service.sql.WidgetPosition` dataclass.
|
|
3246
3270
|
|
|
3247
3271
|
OpenAPI SHA: 09a7fa63d9ae243e5407941f200960ca14d48b07, Date: 2023-09-04
|
|
3248
|
-
##
|
|
3272
|
+
## Release v0.7.1 (2023-08-31)
|
|
3249
3273
|
|
|
3250
3274
|
* Improve file download performance ([#319](https://github.com/databricks/databricks-sdk-py/pull/319)).
|
|
3251
3275
|
|
|
3252
3276
|
|
|
3253
|
-
##
|
|
3277
|
+
## Release v0.7.0 (2023-08-29)
|
|
3254
3278
|
|
|
3255
3279
|
* Added support for GZIP'ed streaming responses ([#306](https://github.com/databricks/databricks-sdk-py/pull/306)).
|
|
3256
3280
|
* Added support for per-method request headers to ApiClient ([#302](https://github.com/databricks/databricks-sdk-py/pull/302)).
|
|
@@ -3332,7 +3356,7 @@ SDK Internal Changes:
|
|
|
3332
3356
|
|
|
3333
3357
|
OpenAPI SHA: 5d0ccbb790d341eae8e85321a685a9e9e2d5bf24, Date: 2023-08-29
|
|
3334
3358
|
|
|
3335
|
-
##
|
|
3359
|
+
## Release v0.6.0 (2023-08-17)
|
|
3336
3360
|
|
|
3337
3361
|
* Added collection of Databricks Runtime versions used together with Python SDK ([#287](https://github.com/databricks/databricks-sdk-py/pull/287)).
|
|
3338
3362
|
* Applied attribute transformer when reading in attributes from the environment ([#293](https://github.com/databricks/databricks-sdk-py/pull/293)).
|
|
@@ -3405,7 +3429,7 @@ Service Renames:
|
|
|
3405
3429
|
|
|
3406
3430
|
OpenAPI SHA: beff621d7b3e1d59244e2e34fc53a496f310e130, Date: 2023-08-17
|
|
3407
3431
|
|
|
3408
|
-
##
|
|
3432
|
+
## Release v0.5.0 (2023-08-11)
|
|
3409
3433
|
|
|
3410
3434
|
* Added `connection_pool_size` configuration property (preview) ([#276](https://github.com/databricks/databricks-sdk-py/pull/276)).
|
|
3411
3435
|
* Fixed OAuth M2M corner case in `WorkspaceClient` where `DATABRICKS_ACCOUNT_ID` is present in the environment ([#273](https://github.com/databricks/databricks-sdk-py/pull/273)).
|
|
@@ -3442,7 +3466,7 @@ API Changes:
|
|
|
3442
3466
|
|
|
3443
3467
|
OpenAPI SHA: 1e3533f94335f0e6c5d9262bc1fea95b3ddcb0e1, Date: 2023-08-11
|
|
3444
3468
|
|
|
3445
|
-
##
|
|
3469
|
+
## Release v0.4.0 (2023-08-07)
|
|
3446
3470
|
|
|
3447
3471
|
To simplify documentation and management of object permissions, this release features a major reorganization of how permissions APIs are structured in the SDK. Rather than using a single permissions.get() API for all services, each service supporting permissions has its own permissions APIs. Follow these steps to migrate to the current SDK:
|
|
3448
3472
|
|
|
@@ -3658,14 +3682,14 @@ API Changes:
|
|
|
3658
3682
|
|
|
3659
3683
|
OpenAPI SHA: 386b65ecdc825b9c3ed4aa7ca88e2e5baf9d87df, Date: 2023-08-07
|
|
3660
3684
|
|
|
3661
|
-
##
|
|
3685
|
+
## Release v0.3.1 (2023-08-02)
|
|
3662
3686
|
|
|
3663
3687
|
* Added timeout to `w.clusters.ensure_cluster_running()` ([#227](https://github.com/databricks/databricks-sdk-py/pull/227)).
|
|
3664
3688
|
* Fixed `debug_headers` type hints for `WorkspaceClient` and `AccountClient` ([#258](https://github.com/databricks/databricks-sdk-py/pull/258)).
|
|
3665
3689
|
* Made dbutils typecast use a valid type variable ([#259](https://github.com/databricks/databricks-sdk-py/pull/259)).
|
|
3666
3690
|
|
|
3667
3691
|
|
|
3668
|
-
##
|
|
3692
|
+
## Release v0.3.0 (2023-07-27)
|
|
3669
3693
|
|
|
3670
3694
|
* Fixed serialization of lists of enum values ([#248](https://github.com/databricks/databricks-sdk-py/pull/248)).
|
|
3671
3695
|
* Fixed examples that used incorrect keyword argument names. (https://github.com/databricks/databricks-sdk-go/pull/560)
|
|
@@ -3699,12 +3723,12 @@ API Changes:
|
|
|
3699
3723
|
|
|
3700
3724
|
OpenAPI SHA: a1b6c1ecfaab6635911d3c060a8dd797ac6b2d4d, Date: 2023-07-27
|
|
3701
3725
|
|
|
3702
|
-
##
|
|
3726
|
+
## Release v0.2.1 (2023-07-18)
|
|
3703
3727
|
|
|
3704
3728
|
* Support older versions of `urllib3` and Databricks Runtime with regards to `DEFAULT_METHOD_WHITELIST` change to `DEFAULT_ALLOWED_METHODS` ([#240](https://github.com/databricks/databricks-sdk-py/pull/240)).
|
|
3705
3729
|
|
|
3706
3730
|
|
|
3707
|
-
##
|
|
3731
|
+
## Release v0.2.0 (2023-07-18)
|
|
3708
3732
|
|
|
3709
3733
|
* Add Issue Templates ([#208](https://github.com/databricks/databricks-sdk-py/pull/208)).
|
|
3710
3734
|
* Fixed notebook native auth for jobs ([#209](https://github.com/databricks/databricks-sdk-py/pull/209)).
|
|
@@ -3793,7 +3817,7 @@ API Changes:
|
|
|
3793
3817
|
|
|
3794
3818
|
OpenAPI SHA: 0a1949ba96f71680dad30e06973eaae85b1307bb, Date: 2023-07-18
|
|
3795
3819
|
|
|
3796
|
-
##
|
|
3820
|
+
## Release v0.1.12 (2023-06-28)
|
|
3797
3821
|
|
|
3798
3822
|
* Beta release ([#198](https://github.com/databricks/databricks-sdk-py/pull/198)).
|
|
3799
3823
|
* Documentation improvements ([#197](https://github.com/databricks/databricks-sdk-py/pull/197)).
|
|
@@ -3811,7 +3835,7 @@ API changes:
|
|
|
3811
3835
|
* Renamed `jobs.GitSourceGitProvider` to `jobs.GitProvider`
|
|
3812
3836
|
* Renamed `jobs.FileArrivalTriggerSettings` to `jobs.FileArrivalTriggerConfiguration`
|
|
3813
3837
|
|
|
3814
|
-
##
|
|
3838
|
+
## Release v0.1.11 (2023-06-21)
|
|
3815
3839
|
|
|
3816
3840
|
* Added Sphinx documentation ([#184](https://github.com/databricks/databricks-sdk-py/pull/184), [#191](https://github.com/databricks/databricks-sdk-py/pull/191), [#183](https://github.com/databricks/databricks-sdk-py/pull/183), [#193](https://github.com/databricks/databricks-sdk-py/pull/193)).
|
|
3817
3841
|
* Integrated with ReadTheDocs service ([#188](https://github.com/databricks/databricks-sdk-py/pull/188), [#189](https://github.com/databricks/databricks-sdk-py/pull/189), [#190](https://github.com/databricks/databricks-sdk-py/pull/190)).
|
|
@@ -3821,7 +3845,7 @@ API changes:
|
|
|
3821
3845
|
* Move classes to other repository ([#192](https://github.com/databricks/databricks-sdk-py/pull/192)).
|
|
3822
3846
|
* Relax `requests` version upper bound to <3 ([#138](https://github.com/databricks/databricks-sdk-py/pull/138)).
|
|
3823
3847
|
|
|
3824
|
-
##
|
|
3848
|
+
## Release v0.1.10 (2023-06-15)
|
|
3825
3849
|
|
|
3826
3850
|
* Regenerate from OpenAPI spec ([#176](https://github.com/databricks/databricks-sdk-py/pull/176)).
|
|
3827
3851
|
* Added improved notebook-native authentication ([#152](https://github.com/databricks/databricks-sdk-py/pull/152)).
|
|
@@ -3832,7 +3856,7 @@ API changes:
|
|
|
3832
3856
|
* Mark non-required fields as `Optional` ([#170](https://github.com/databricks/databricks-sdk-py/pull/170)).
|
|
3833
3857
|
* Synchronize auth permutation tests with Go SDK ([#165](https://github.com/databricks/databricks-sdk-py/pull/165)).
|
|
3834
3858
|
|
|
3835
|
-
##
|
|
3859
|
+
## Release v0.1.9 (2023-06-09)
|
|
3836
3860
|
|
|
3837
3861
|
* Added new services from OpenAPI spec ([#145](https://github.com/databricks/databricks-sdk-py/pull/145), [#159](https://github.com/databricks/databricks-sdk-py/pull/159)).
|
|
3838
3862
|
* Added consistent usage of the `upload(path, IO)` and `download(path) -> IO` across file-related operations ([#148](https://github.com/databricks/databricks-sdk-py/pull/148)).
|
|
@@ -3843,14 +3867,14 @@ API changes:
|
|
|
3843
3867
|
* Fixed generation of external entities ([#146](https://github.com/databricks/databricks-sdk-py/pull/146)).
|
|
3844
3868
|
* Make u2m authentication work with new CLI ([#150](https://github.com/databricks/databricks-sdk-py/pull/150)).
|
|
3845
3869
|
|
|
3846
|
-
##
|
|
3870
|
+
## Release v0.1.8 (2023-05-22)
|
|
3847
3871
|
|
|
3848
3872
|
* Regenerated from OpenAPI spec ([#124](https://github.com/databricks/databricks-sdk-py/pull/124)).
|
|
3849
3873
|
* Added `codecov.io` badge ([#126](https://github.com/databricks/databricks-sdk-py/pull/126)).
|
|
3850
3874
|
* Improved readme with links to examples ([#125](https://github.com/databricks/databricks-sdk-py/pull/125)).
|
|
3851
3875
|
* Fixed `AttributeError: 'NoneType' object has no attribute 'debug_truncate_bytes' when instantiating an ApiClient` with empty config ([#123](https://github.com/databricks/databricks-sdk-py/pull/123)).
|
|
3852
3876
|
|
|
3853
|
-
##
|
|
3877
|
+
## Release v0.1.7 (2023-05-17)
|
|
3854
3878
|
|
|
3855
3879
|
* Added an extensive set of examples ([#113](https://github.com/databricks/databricks-sdk-py/pull/113)).
|
|
3856
3880
|
* Fixed broken `dbutils.fs.mount` and `dbutils.fs.updateMount` ([#119](https://github.com/databricks/databricks-sdk-py/pull/119)).
|
|
@@ -3861,35 +3885,35 @@ API changes:
|
|
|
3861
3885
|
* Rename `RefreshableCredentials` to `SessionCredentials` ([#116](https://github.com/databricks/databricks-sdk-py/pull/116)).
|
|
3862
3886
|
* Use shell for opening `az` cli on Windows ([#117](https://github.com/databricks/databricks-sdk-py/pull/117)).
|
|
3863
3887
|
|
|
3864
|
-
##
|
|
3888
|
+
## Release v0.1.6 (2023-05-10)
|
|
3865
3889
|
|
|
3866
3890
|
* Preserve original `databricks.sdk.runtime` for internal purposes ([#96](https://github.com/databricks/databricks-sdk-py/pull/96)).
|
|
3867
3891
|
|
|
3868
|
-
##
|
|
3892
|
+
## Release v0.1.5 (2023-05-08)
|
|
3869
3893
|
|
|
3870
3894
|
* Pin version of `requests` to `>=2.28.1,<2.29.0`, so that we don't get `ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with LibreSSL 2.8.3`. See [this issue](https://github.com/psf/requests/issues/6432) for more information.
|
|
3871
3895
|
|
|
3872
|
-
##
|
|
3896
|
+
## Release v0.1.4 (2023-05-05)
|
|
3873
3897
|
|
|
3874
3898
|
* Removed experimental redacting logger filter for `dbutils.secrets.get('scope', 'key')`, that was causing Jupyter Kernels to hang ([#92](https://github.com/databricks/databricks-sdk-py/pull/92)).
|
|
3875
3899
|
* Fixed error handling for SCIM and CommandExecution APIs ([#94](https://github.com/databricks/databricks-sdk-py/pull/94)).
|
|
3876
3900
|
* Created `dependabot.yml` ([#89](https://github.com/databricks/databricks-sdk-py/pull/89)).
|
|
3877
3901
|
|
|
3878
|
-
##
|
|
3902
|
+
## Release v0.1.3 (2023-05-03)
|
|
3879
3903
|
|
|
3880
3904
|
* Added support for sdist ([#86](https://github.com/databricks/databricks-sdk-py/pull/86)).
|
|
3881
3905
|
* Removed redundant newlines from AAD OAuth responses ([#85](https://github.com/databricks/databricks-sdk-py/pull/85)).
|
|
3882
3906
|
* Update README.md with doc links ([#83](https://github.com/databricks/databricks-sdk-py/pull/83)).
|
|
3883
3907
|
|
|
3884
|
-
##
|
|
3908
|
+
## Release v0.1.2 (2023-05-03)
|
|
3885
3909
|
|
|
3886
3910
|
* Fix `dbutils.fs.put()` utility ([#82](https://github.com/databricks/databricks-sdk-py/pull/82)).
|
|
3887
3911
|
|
|
3888
|
-
##
|
|
3912
|
+
## Release v0.1.1 (2023-04-28)
|
|
3889
3913
|
|
|
3890
3914
|
* Improve Azure AD auth ([#80](https://github.com/databricks/databricks-sdk-py/pull/80)).
|
|
3891
3915
|
|
|
3892
|
-
##
|
|
3916
|
+
## Release v0.1.0 (2023-04-20)
|
|
3893
3917
|
|
|
3894
3918
|
* Make code working with new OpenAPI packaging ([#78](https://github.com/databricks/databricks-sdk-py/pull/78)).
|
|
3895
3919
|
* Added `bricks` CLI authentication ([#66](https://github.com/databricks/databricks-sdk-py/pull/66)).
|