databricks-sdk 0.71.0__tar.gz → 0.72.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.72.0}/CHANGELOG.md +111 -93
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/PKG-INFO +1 -1
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/__init__.py +1 -1
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/mixins/files.py +41 -5
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/catalog.py +20 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/compute.py +1 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/dashboards.py +1 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/jobs.py +9 -6
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/ml.py +150 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/pipelines.py +21 -13
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/vectorsearch.py +3 -1
- databricks_sdk-0.72.0/databricks/sdk/version.py +1 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks_sdk.egg-info/PKG-INFO +1 -1
- databricks_sdk-0.71.0/databricks/sdk/version.py +0 -1
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/CONTRIBUTING.md +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/DCO +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/LICENSE +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/MANIFEST.in +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/Makefile +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/NOTICE +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/README.md +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/SECURITY.md +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/__init__.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/_base_client.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/_property.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/_widgets/__init__.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/_widgets/default_widgets_utils.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/_widgets/ipywidgets_utils.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/azure.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/casing.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/clock.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/common/lro.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/common/types/__init__.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/common/types/fieldmask.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/config.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/core.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/credentials_provider.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/data_plane.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/dbutils.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/environments.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/errors/__init__.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/errors/base.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/errors/customizer.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/errors/deserializer.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/errors/details.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/errors/mapper.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/errors/overrides.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/errors/parser.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/errors/platform.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/errors/private_link.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/errors/sdk.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/logger/__init__.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/logger/round_trip_logger.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/mixins/__init__.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/mixins/compute.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/mixins/files_utils.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/mixins/jobs.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/mixins/open_ai_client.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/mixins/sharing.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/mixins/workspace.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/oauth.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/oidc.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/oidc_token_supplier.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/py.typed +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/retries.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/runtime/__init__.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/runtime/dbutils_stub.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/__init__.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/_internal.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/agentbricks.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/apps.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/billing.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/cleanrooms.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/database.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/dataquality.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/files.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/iam.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/iamv2.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/marketplace.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/oauth2.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/provisioning.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/qualitymonitorv2.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/serving.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/settings.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/settingsv2.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/sharing.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/sql.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/tags.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/service/workspace.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks/sdk/useragent.py +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks_sdk.egg-info/SOURCES.txt +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks_sdk.egg-info/dependency_links.txt +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks_sdk.egg-info/requires.txt +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/databricks_sdk.egg-info/top_level.txt +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/pyproject.toml +0 -0
- {databricks_sdk-0.71.0 → databricks_sdk-0.72.0}/setup.cfg +0 -0
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
# Version changelog
|
|
2
2
|
|
|
3
|
-
## Release v0.
|
|
3
|
+
## Release v0.72.0 (2025-11-04)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
- Fix `FilesExt` can fail to upload and download data when Presigned URLs are not available in certain environments (e.g. Serverless GPU clusters).
|
|
7
|
+
|
|
8
|
+
- Fix `FilesExt.upload` and `FilesExt.upload_from` would fail when the source content is empty and `use_parallel=True`.
|
|
9
|
+
|
|
10
|
+
### API Changes
|
|
11
|
+
* Add `google_ads`, `tiktok_ads`, `salesforce_marketing_cloud`, `hubspot`, `workday_hcm`, `guidewire` and `zendesk` enum values for `databricks.sdk.service.pipelines.IngestionSourceType`.
|
|
12
|
+
* 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.
|
|
13
|
+
* Add `lineage_context` field for `databricks.sdk.service.ml.Feature`.
|
|
14
|
+
* Add `autoscale_v2` enum value for `databricks.sdk.service.compute.EventDetailsCause`.
|
|
15
|
+
* Add `unsupported_conversation_type_exception` enum value for `databricks.sdk.service.dashboards.MessageErrorType`.
|
|
16
|
+
* Add `red_state` and `yellow_state` enum values for `databricks.sdk.service.vectorsearch.EndpointStatusState`.
|
|
17
|
+
* [Breaking] Change `table_names` field for `databricks.sdk.service.jobs.TableUpdateTriggerConfiguration` to be required.
|
|
18
|
+
* Change `table_names` field for `databricks.sdk.service.jobs.TableUpdateTriggerConfiguration` to be required.
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## Release v0.71.0 (2025-10-30)
|
|
4
22
|
|
|
5
23
|
### Bug Fixes
|
|
6
24
|
|
|
@@ -25,7 +43,7 @@
|
|
|
25
43
|
* [Breaking] Remove `duration` and `offset` fields for `databricks.sdk.service.ml.TimeWindow`.
|
|
26
44
|
|
|
27
45
|
|
|
28
|
-
## Release v0.70.0
|
|
46
|
+
## Release v0.70.0 (2025-10-23)
|
|
29
47
|
|
|
30
48
|
### Bug Fixes
|
|
31
49
|
- 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 +69,7 @@
|
|
|
51
69
|
* [Breaking] Remove `results` field for `databricks.sdk.service.sql.ListAlertsV2Response`.
|
|
52
70
|
|
|
53
71
|
|
|
54
|
-
## Release v0.69.0
|
|
72
|
+
## Release v0.69.0 (2025-10-20)
|
|
55
73
|
|
|
56
74
|
### New Features and Improvements
|
|
57
75
|
|
|
@@ -74,7 +92,7 @@
|
|
|
74
92
|
* 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
93
|
|
|
76
94
|
|
|
77
|
-
## Release v0.68.0
|
|
95
|
+
## Release v0.68.0 (2025-10-14)
|
|
78
96
|
|
|
79
97
|
### New Features and Improvements
|
|
80
98
|
|
|
@@ -326,7 +344,7 @@
|
|
|
326
344
|
* [Breaking] Remove `prediction_probability_column` field for `databricks.sdk.service.dataquality.InferenceLogConfig`.
|
|
327
345
|
|
|
328
346
|
|
|
329
|
-
## Release v0.67.0
|
|
347
|
+
## Release v0.67.0 (2025-09-25)
|
|
330
348
|
|
|
331
349
|
### API Changes
|
|
332
350
|
* 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 +359,7 @@
|
|
|
341
359
|
* [Breaking] Change `name` field for `databricks.sdk.service.database.DatabaseInstanceRole` to be required.
|
|
342
360
|
|
|
343
361
|
|
|
344
|
-
## Release v0.66.0
|
|
362
|
+
## Release v0.66.0 (2025-09-22)
|
|
345
363
|
|
|
346
364
|
### New Features and Improvements
|
|
347
365
|
|
|
@@ -381,7 +399,7 @@
|
|
|
381
399
|
* [Breaking] Removed `comment` field for `databricks.sdk.service.dashboards.GenieSendMessageFeedbackRequest`.
|
|
382
400
|
|
|
383
401
|
|
|
384
|
-
## Release v0.65.0
|
|
402
|
+
## Release v0.65.0 (2025-09-02)
|
|
385
403
|
|
|
386
404
|
### New Features and Improvements
|
|
387
405
|
|
|
@@ -403,7 +421,7 @@
|
|
|
403
421
|
* [Breaking] Removed `feedback_rating` and `feedback_text` fields for `databricks.sdk.service.dashboards.GenieSendMessageFeedbackRequest`.
|
|
404
422
|
|
|
405
423
|
|
|
406
|
-
## Release v0.64.0
|
|
424
|
+
## Release v0.64.0 (2025-08-20)
|
|
407
425
|
|
|
408
426
|
### API Changes
|
|
409
427
|
* Added `databricks.sdk.service.settingsv2` and `databricks.sdk.service.tags` packages.
|
|
@@ -428,7 +446,7 @@
|
|
|
428
446
|
* [Breaking] Removed `comment`, `display_name` and `tags` fields for `databricks.sdk.service.sharing.Share`.
|
|
429
447
|
|
|
430
448
|
|
|
431
|
-
## Release v0.63.0
|
|
449
|
+
## Release v0.63.0 (2025-08-13)
|
|
432
450
|
|
|
433
451
|
### API Changes
|
|
434
452
|
* 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 +462,7 @@
|
|
|
444
462
|
* [Breaking] Changed `publish_mode` field for `databricks.sdk.service.ml.PublishSpec` to be required.
|
|
445
463
|
|
|
446
464
|
|
|
447
|
-
## Release v0.62.0
|
|
465
|
+
## Release v0.62.0 (2025-08-06)
|
|
448
466
|
|
|
449
467
|
### Bug Fixes
|
|
450
468
|
|
|
@@ -464,7 +482,7 @@
|
|
|
464
482
|
* [Breaking] Removed `is_featured` field for `databricks.sdk.service.marketplace.ListProvidersRequest`.
|
|
465
483
|
|
|
466
484
|
|
|
467
|
-
## Release v0.61.0
|
|
485
|
+
## Release v0.61.0 (2025-07-31)
|
|
468
486
|
|
|
469
487
|
### API Changes
|
|
470
488
|
* 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 +507,7 @@
|
|
|
489
507
|
* Changed `output_schema_name` field for `databricks.sdk.service.catalog.MonitorInfo` to be required.
|
|
490
508
|
|
|
491
509
|
|
|
492
|
-
## Release v0.60.0
|
|
510
|
+
## Release v0.60.0 (2025-07-24)
|
|
493
511
|
|
|
494
512
|
### New Features and Improvements
|
|
495
513
|
|
|
@@ -524,7 +542,7 @@
|
|
|
524
542
|
* [Breaking] Removed `databricks.sdk.service.aibuilder` package.
|
|
525
543
|
|
|
526
544
|
|
|
527
|
-
## Release v0.59.0
|
|
545
|
+
## Release v0.59.0 (2025-07-17)
|
|
528
546
|
|
|
529
547
|
### API Changes
|
|
530
548
|
* 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 +575,7 @@
|
|
|
557
575
|
* [Breaking] Removed `range` and `if_unmodified_since` fields for `databricks.sdk.service.files.GetMetadataRequest`.
|
|
558
576
|
|
|
559
577
|
|
|
560
|
-
## Release v0.58.0
|
|
578
|
+
## Release v0.58.0 (2025-07-09)
|
|
561
579
|
|
|
562
580
|
### API Changes
|
|
563
581
|
* Added `remote_disk_throughput` and `total_initial_remote_disk_size` fields for `databricks.sdk.service.compute.ClusterAttributes`.
|
|
@@ -648,7 +666,7 @@
|
|
|
648
666
|
* [Breaking] Removed `archived`, `none`, `production` and `staging` enum values for `databricks.sdk.service.ml.Stage`.
|
|
649
667
|
|
|
650
668
|
|
|
651
|
-
## Release v0.57.0
|
|
669
|
+
## Release v0.57.0 (2025-06-12)
|
|
652
670
|
|
|
653
671
|
### API Changes
|
|
654
672
|
* Added [w.ai_builder](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/aibuilder/ai_builder.html) workspace-level service.
|
|
@@ -675,7 +693,7 @@
|
|
|
675
693
|
* [Breaking] Removed `cancelled`, `error`, `queued`, `running`, `starting` and `success` enum values for `databricks.sdk.service.jobs.DbtCloudRunStatus`.
|
|
676
694
|
|
|
677
695
|
|
|
678
|
-
## Release v0.56.0
|
|
696
|
+
## Release v0.56.0 (2025-06-05)
|
|
679
697
|
|
|
680
698
|
### API Changes
|
|
681
699
|
* Added `databricks.sdk.service.aibuilder`, `databricks.sdk.service.database` and `databricks.sdk.service.qualitymonitorv2` packages.
|
|
@@ -754,7 +772,7 @@
|
|
|
754
772
|
* [Breaking] Removed `internal` and `internal_and_external` enum values for `databricks.sdk.service.catalog.UpdateMetastoreDeltaSharingScope`.
|
|
755
773
|
|
|
756
774
|
|
|
757
|
-
## Release v0.55.0
|
|
775
|
+
## Release v0.55.0 (2025-05-27)
|
|
758
776
|
|
|
759
777
|
### New Features and Improvements
|
|
760
778
|
|
|
@@ -769,7 +787,7 @@
|
|
|
769
787
|
([#979](https://github.com/databricks/databricks-sdk-py/pull/979)).
|
|
770
788
|
|
|
771
789
|
|
|
772
|
-
## Release v0.54.0
|
|
790
|
+
## Release v0.54.0 (2025-05-22)
|
|
773
791
|
|
|
774
792
|
### API Changes
|
|
775
793
|
* 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 +853,13 @@
|
|
|
835
853
|
* [Breaking] Removed `catalog`, `credential`, `external_location` and `storage_credential` enum values for `databricks.sdk.service.catalog.UpdateBindingsSecurableType`.
|
|
836
854
|
|
|
837
855
|
|
|
838
|
-
## Release v0.53.0
|
|
856
|
+
## Release v0.53.0 (2025-05-02)
|
|
839
857
|
|
|
840
858
|
### Bug Fixes
|
|
841
859
|
* Fixed the deserialization of responses in VectorSearchAPI's `query_index()` method ([#961](https://github.com/databricks/databricks-sdk-py/pull/961)).
|
|
842
860
|
|
|
843
861
|
|
|
844
|
-
## Release v0.52.0
|
|
862
|
+
## Release v0.52.0 (2025-05-02)
|
|
845
863
|
|
|
846
864
|
### API Changes
|
|
847
865
|
* Added `future_feature_data_path` field for `databricks.sdk.service.ml.CreateForecastingExperimentRequest`.
|
|
@@ -863,7 +881,7 @@
|
|
|
863
881
|
* 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
882
|
|
|
865
883
|
|
|
866
|
-
## Release v0.51.0
|
|
884
|
+
## Release v0.51.0 (2025-04-30)
|
|
867
885
|
|
|
868
886
|
### New Features and Improvements
|
|
869
887
|
* 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 +932,7 @@
|
|
|
914
932
|
* [Breaking] Removed `blob`, `dfs`, `mysql_server` and `sql_server` enum values for `databricks.sdk.service.settings.NccAzurePrivateEndpointRuleGroupId`.
|
|
915
933
|
|
|
916
934
|
|
|
917
|
-
## Release v0.50.0
|
|
935
|
+
## Release v0.50.0 (2025-04-14)
|
|
918
936
|
|
|
919
937
|
### API Changes
|
|
920
938
|
* 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 +963,7 @@
|
|
|
945
963
|
* [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
964
|
|
|
947
965
|
|
|
948
|
-
## Release v0.49.0
|
|
966
|
+
## Release v0.49.0 (2025-03-28)
|
|
949
967
|
|
|
950
968
|
### API Changes
|
|
951
969
|
* 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 +999,7 @@
|
|
|
981
999
|
* [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
1000
|
|
|
983
1001
|
|
|
984
|
-
## Release v0.48.0
|
|
1002
|
+
## Release v0.48.0 (2025-03-27)
|
|
985
1003
|
|
|
986
1004
|
### API Changes
|
|
987
1005
|
* Added `execution_details` and `script` fields for `databricks.sdk.service.compute.InitScriptInfoAndExecutionDetails`.
|
|
@@ -1009,7 +1027,7 @@
|
|
|
1009
1027
|
* [Breaking] Removed `custom` enum value for `databricks.sdk.service.serving.ExternalModelProvider`.
|
|
1010
1028
|
|
|
1011
1029
|
|
|
1012
|
-
## Release v0.47.0
|
|
1030
|
+
## Release v0.47.0 (2025-03-21)
|
|
1013
1031
|
|
|
1014
1032
|
### Bug Fixes
|
|
1015
1033
|
|
|
@@ -1048,7 +1066,7 @@
|
|
|
1048
1066
|
* [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
1067
|
|
|
1050
1068
|
|
|
1051
|
-
## Release v0.46.0
|
|
1069
|
+
## Release v0.46.0 (2025-03-12)
|
|
1052
1070
|
|
|
1053
1071
|
### New Features and Improvements
|
|
1054
1072
|
* [Experimental] Add support for async token refresh ([#916](https://github.com/databricks/databricks-sdk-py/pull/916)).
|
|
@@ -1065,7 +1083,7 @@
|
|
|
1065
1083
|
* [Breaking] Removed `jwks_uri` field for `databricks.sdk.service.oauth2.OidcFederationPolicy`.
|
|
1066
1084
|
|
|
1067
1085
|
|
|
1068
|
-
## Release v0.45.0
|
|
1086
|
+
## Release v0.45.0 (2025-03-07)
|
|
1069
1087
|
|
|
1070
1088
|
### New Features and Improvements
|
|
1071
1089
|
* Update Jobs service to use API 2.2 ([#913](https://github.com/databricks/databricks-sdk-py/pull/913)).
|
|
@@ -1137,7 +1155,7 @@
|
|
|
1137
1155
|
* [Breaking] Removed `active_only`, `all` and `deleted_only` enum values for `databricks.sdk.service.ml.SearchRunsRunViewType`.
|
|
1138
1156
|
|
|
1139
1157
|
|
|
1140
|
-
##
|
|
1158
|
+
## Release v0.44.1 (2025-02-13)
|
|
1141
1159
|
|
|
1142
1160
|
### New Features and Improvements
|
|
1143
1161
|
|
|
@@ -1150,7 +1168,7 @@
|
|
|
1150
1168
|
|
|
1151
1169
|
|
|
1152
1170
|
|
|
1153
|
-
##
|
|
1171
|
+
## Release v0.44.0 (2025-02-11)
|
|
1154
1172
|
|
|
1155
1173
|
### Internal Changes
|
|
1156
1174
|
|
|
@@ -1167,7 +1185,7 @@
|
|
|
1167
1185
|
|
|
1168
1186
|
OpenAPI SHA: 99f644e72261ef5ecf8d74db20f4b7a1e09723cc, Date: 2025-02-11
|
|
1169
1187
|
|
|
1170
|
-
##
|
|
1188
|
+
## Release v0.43.0 (2025-02-03)
|
|
1171
1189
|
|
|
1172
1190
|
### API Changes:
|
|
1173
1191
|
|
|
@@ -1223,7 +1241,7 @@ OpenAPI SHA: c72c58f97b950fcb924a90ef164bcb10cfcd5ece, Date: 2025-02-03
|
|
|
1223
1241
|
|
|
1224
1242
|
OpenAPI SHA: 840c660106f820a1a5dff931d51fa5f65cd9fdd9, Date: 2025-01-28
|
|
1225
1243
|
|
|
1226
|
-
##
|
|
1244
|
+
## Release v0.41.0 (2025-01-20)
|
|
1227
1245
|
|
|
1228
1246
|
### New Features and Improvements
|
|
1229
1247
|
|
|
@@ -1286,7 +1304,7 @@ OpenAPI SHA: 840c660106f820a1a5dff931d51fa5f65cd9fdd9, Date: 2025-01-28
|
|
|
1286
1304
|
|
|
1287
1305
|
OpenAPI SHA: 58905570a9928fc9ed31fba14a2edaf9a7c55b08, Date: 2025-01-20
|
|
1288
1306
|
|
|
1289
|
-
##
|
|
1307
|
+
## Release v0.40.0 (2024-12-19)
|
|
1290
1308
|
|
|
1291
1309
|
### API Changes:
|
|
1292
1310
|
|
|
@@ -1305,7 +1323,7 @@ OpenAPI SHA: 58905570a9928fc9ed31fba14a2edaf9a7c55b08, Date: 2025-01-20
|
|
|
1305
1323
|
|
|
1306
1324
|
OpenAPI SHA: a6a317df8327c9b1e5cb59a03a42ffa2aabeef6d, Date: 2024-12-16
|
|
1307
1325
|
|
|
1308
|
-
##
|
|
1326
|
+
## Release v0.39.0 (2024-12-11)
|
|
1309
1327
|
|
|
1310
1328
|
### Bug Fixes
|
|
1311
1329
|
|
|
@@ -1333,7 +1351,7 @@ OpenAPI SHA: a6a317df8327c9b1e5cb59a03a42ffa2aabeef6d, Date: 2024-12-16
|
|
|
1333
1351
|
|
|
1334
1352
|
OpenAPI SHA: 7016dcbf2e011459416cf408ce21143bcc4b3a25, Date: 2024-12-05
|
|
1335
1353
|
|
|
1336
|
-
##
|
|
1354
|
+
## Release v0.38.0 (2024-11-18)
|
|
1337
1355
|
|
|
1338
1356
|
### New Features and Improvements
|
|
1339
1357
|
|
|
@@ -1371,7 +1389,7 @@ OpenAPI SHA: 7016dcbf2e011459416cf408ce21143bcc4b3a25, Date: 2024-12-05
|
|
|
1371
1389
|
|
|
1372
1390
|
OpenAPI SHA: f2385add116e3716c8a90a0b68e204deb40f996c, Date: 2024-11-15
|
|
1373
1391
|
|
|
1374
|
-
##
|
|
1392
|
+
## Release v0.37.0 (2024-11-05)
|
|
1375
1393
|
|
|
1376
1394
|
### Bug Fixes
|
|
1377
1395
|
|
|
@@ -1428,7 +1446,7 @@ OpenAPI SHA: f2385add116e3716c8a90a0b68e204deb40f996c, Date: 2024-11-15
|
|
|
1428
1446
|
|
|
1429
1447
|
OpenAPI SHA: 5285ce76f81314f342c1702d5c2ad4ef42488781, Date: 2024-11-04
|
|
1430
1448
|
|
|
1431
|
-
##
|
|
1449
|
+
## Release v0.36.0 (2024-10-22)
|
|
1432
1450
|
|
|
1433
1451
|
### Breaking Changes
|
|
1434
1452
|
* `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 +1466,7 @@ OpenAPI SHA: 5285ce76f81314f342c1702d5c2ad4ef42488781, Date: 2024-11-04
|
|
|
1448
1466
|
|
|
1449
1467
|
|
|
1450
1468
|
|
|
1451
|
-
##
|
|
1469
|
+
## Release v0.35.0 (2024-10-17)
|
|
1452
1470
|
|
|
1453
1471
|
### New Features and Improvements
|
|
1454
1472
|
|
|
@@ -1479,7 +1497,7 @@ OpenAPI SHA: 5285ce76f81314f342c1702d5c2ad4ef42488781, Date: 2024-11-04
|
|
|
1479
1497
|
|
|
1480
1498
|
OpenAPI SHA: cf9c61453990df0f9453670f2fe68e1b128647a2, Date: 2024-10-14
|
|
1481
1499
|
|
|
1482
|
-
##
|
|
1500
|
+
## Release v0.34.0 (2024-10-07)
|
|
1483
1501
|
|
|
1484
1502
|
### Bug Fixes
|
|
1485
1503
|
|
|
@@ -1503,7 +1521,7 @@ OpenAPI SHA: cf9c61453990df0f9453670f2fe68e1b128647a2, Date: 2024-10-14
|
|
|
1503
1521
|
|
|
1504
1522
|
OpenAPI SHA: bc17b474818138f19b78a7bea0675707dead2b87, Date: 2024-10-07
|
|
1505
1523
|
|
|
1506
|
-
##
|
|
1524
|
+
## Release v0.33.0 (2024-09-26)
|
|
1507
1525
|
|
|
1508
1526
|
### Internal Changes
|
|
1509
1527
|
|
|
@@ -1569,7 +1587,7 @@ OpenAPI SHA: bc17b474818138f19b78a7bea0675707dead2b87, Date: 2024-10-07
|
|
|
1569
1587
|
|
|
1570
1588
|
OpenAPI SHA: 248f4ad9668661da9d0bf4a7b0119a2d44fd1e75, Date: 2024-09-25
|
|
1571
1589
|
|
|
1572
|
-
##
|
|
1590
|
+
## Release v0.32.3 (2024-09-19)
|
|
1573
1591
|
|
|
1574
1592
|
### New Features and Improvements
|
|
1575
1593
|
|
|
@@ -1583,7 +1601,7 @@ OpenAPI SHA: 248f4ad9668661da9d0bf4a7b0119a2d44fd1e75, Date: 2024-09-25
|
|
|
1583
1601
|
|
|
1584
1602
|
|
|
1585
1603
|
|
|
1586
|
-
##
|
|
1604
|
+
## Release v0.32.2 (2024-09-17)
|
|
1587
1605
|
|
|
1588
1606
|
### New Features and Improvements
|
|
1589
1607
|
|
|
@@ -1598,7 +1616,7 @@ OpenAPI SHA: 248f4ad9668661da9d0bf4a7b0119a2d44fd1e75, Date: 2024-09-25
|
|
|
1598
1616
|
|
|
1599
1617
|
|
|
1600
1618
|
|
|
1601
|
-
##
|
|
1619
|
+
## Release v0.32.1 (2024-09-10)
|
|
1602
1620
|
|
|
1603
1621
|
### Bug Fixes
|
|
1604
1622
|
|
|
@@ -1606,7 +1624,7 @@ OpenAPI SHA: 248f4ad9668661da9d0bf4a7b0119a2d44fd1e75, Date: 2024-09-25
|
|
|
1606
1624
|
|
|
1607
1625
|
|
|
1608
1626
|
|
|
1609
|
-
##
|
|
1627
|
+
## Release v0.32.0 (2024-09-04)
|
|
1610
1628
|
|
|
1611
1629
|
### Bug Fixes
|
|
1612
1630
|
|
|
@@ -1638,7 +1656,7 @@ OpenAPI SHA: 248f4ad9668661da9d0bf4a7b0119a2d44fd1e75, Date: 2024-09-25
|
|
|
1638
1656
|
|
|
1639
1657
|
OpenAPI SHA: d05898328669a3f8ab0c2ecee37db2673d3ea3f7, Date: 2024-09-04
|
|
1640
1658
|
|
|
1641
|
-
##
|
|
1659
|
+
## Release v0.31.1 (2024-08-28)
|
|
1642
1660
|
|
|
1643
1661
|
### Bug Fixes
|
|
1644
1662
|
|
|
@@ -1652,7 +1670,7 @@ OpenAPI SHA: d05898328669a3f8ab0c2ecee37db2673d3ea3f7, Date: 2024-09-04
|
|
|
1652
1670
|
|
|
1653
1671
|
|
|
1654
1672
|
|
|
1655
|
-
##
|
|
1673
|
+
## Release v0.31.0 (2024-08-21)
|
|
1656
1674
|
|
|
1657
1675
|
### Bug Fixes
|
|
1658
1676
|
|
|
@@ -1685,7 +1703,7 @@ OpenAPI SHA: d05898328669a3f8ab0c2ecee37db2673d3ea3f7, Date: 2024-09-04
|
|
|
1685
1703
|
|
|
1686
1704
|
OpenAPI SHA: 3eae49b444cac5a0118a3503e5b7ecef7f96527a, Date: 2024-08-21
|
|
1687
1705
|
|
|
1688
|
-
##
|
|
1706
|
+
## Release v0.30.0 (2024-08-13)
|
|
1689
1707
|
|
|
1690
1708
|
### New Features and Improvements
|
|
1691
1709
|
|
|
@@ -1883,7 +1901,7 @@ OpenAPI SHA: 3eae49b444cac5a0118a3503e5b7ecef7f96527a, Date: 2024-08-21
|
|
|
1883
1901
|
|
|
1884
1902
|
OpenAPI SHA: f98c07f9c71f579de65d2587bb0292f83d10e55d, Date: 2024-08-12
|
|
1885
1903
|
|
|
1886
|
-
##
|
|
1904
|
+
## Release v0.29.0 (2024-06-24)
|
|
1887
1905
|
|
|
1888
1906
|
### Breaking Changes
|
|
1889
1907
|
* Create a method to generate OAuth tokens ([#644](https://github.com/databricks/databricks-sdk-py/pull/644))
|
|
@@ -1954,7 +1972,7 @@ OpenAPI SHA: f98c07f9c71f579de65d2587bb0292f83d10e55d, Date: 2024-08-12
|
|
|
1954
1972
|
* Added `next_page_token` field for `databricks.sdk.service.vectorsearch.QueryVectorIndexResponse`.
|
|
1955
1973
|
|
|
1956
1974
|
OpenAPI SHA: 7437dabb9dadee402c1fc060df4c1ce8cc5369f0, Date: 2024-06-24
|
|
1957
|
-
##
|
|
1975
|
+
## Release v0.28.0 (2024-05-23)
|
|
1958
1976
|
|
|
1959
1977
|
### Improvements and new features
|
|
1960
1978
|
|
|
@@ -2016,13 +2034,13 @@ OpenAPI SHA: 7437dabb9dadee402c1fc060df4c1ce8cc5369f0, Date: 2024-06-24
|
|
|
2016
2034
|
* 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
2035
|
|
|
2018
2036
|
OpenAPI SHA: 7eb5ad9a2ed3e3f1055968a2d1014ac92c06fe92, Date: 2024-05-21
|
|
2019
|
-
##
|
|
2037
|
+
## Release v0.27.1 (2024-05-16)
|
|
2020
2038
|
|
|
2021
2039
|
### Bug Fixes
|
|
2022
2040
|
* Fix null body response to empty in ApiClient ([#579](https://github.com/databricks/databricks-sdk-py/pull/579)).
|
|
2023
2041
|
|
|
2024
2042
|
|
|
2025
|
-
##
|
|
2043
|
+
## Release v0.27.0 (2024-05-03)
|
|
2026
2044
|
|
|
2027
2045
|
### New Features
|
|
2028
2046
|
|
|
@@ -2119,7 +2137,7 @@ API Changes:
|
|
|
2119
2137
|
|
|
2120
2138
|
OpenAPI SHA: 9bb7950fa3390afb97abaa552934bc0a2e069de5, Date: 2024-05-02
|
|
2121
2139
|
|
|
2122
|
-
##
|
|
2140
|
+
## Release v0.26.0 (2024-04-24)
|
|
2123
2141
|
|
|
2124
2142
|
* Increase cluster creation test timeout ([#617](https://github.com/databricks/databricks-sdk-py/pull/617)).
|
|
2125
2143
|
* 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 +2173,13 @@ API Changes:
|
|
|
2155
2173
|
|
|
2156
2174
|
OpenAPI SHA: 06d330f43d92c1be864d4638c672cd0723e20a51, Date: 2024-04-22
|
|
2157
2175
|
|
|
2158
|
-
##
|
|
2176
|
+
## Release v0.25.1 (2024-04-12)
|
|
2159
2177
|
|
|
2160
2178
|
Bug fixes:
|
|
2161
2179
|
* Fixed `select_node_type` error ([#614](https://github.com/databricks/databricks-sdk-py/pull/614)).
|
|
2162
2180
|
|
|
2163
2181
|
|
|
2164
|
-
##
|
|
2182
|
+
## Release v0.25.0 (2024-04-11)
|
|
2165
2183
|
|
|
2166
2184
|
### Behavior Changes
|
|
2167
2185
|
|
|
@@ -2297,7 +2315,7 @@ API Changes:
|
|
|
2297
2315
|
|
|
2298
2316
|
OpenAPI SHA: 94684175b8bd65f8701f89729351f8069e8309c9, Date: 2024-04-11
|
|
2299
2317
|
|
|
2300
|
-
##
|
|
2318
|
+
## Release v0.24.0 (2024-04-02)
|
|
2301
2319
|
|
|
2302
2320
|
### Improvements and Bug Fixes
|
|
2303
2321
|
* Properly escape multi-segment path parameters ([#596](https://github.com/databricks/databricks-sdk-py/pull/596)).
|
|
@@ -2359,7 +2377,7 @@ OpenAPI SHA: 94684175b8bd65f8701f89729351f8069e8309c9, Date: 2024-04-11
|
|
|
2359
2377
|
|
|
2360
2378
|
OpenAPI SHA: d38528c3e47dd81c9bdbd918272a3e49d36e09ce, Date: 2024-03-27
|
|
2361
2379
|
|
|
2362
|
-
##
|
|
2380
|
+
## Release v0.23.0 (2024-03-20)
|
|
2363
2381
|
|
|
2364
2382
|
* Add CONTRIBUTING.md ([#585](https://github.com/databricks/databricks-sdk-py/pull/585)).
|
|
2365
2383
|
|
|
@@ -2380,7 +2398,7 @@ API Changes:
|
|
|
2380
2398
|
|
|
2381
2399
|
OpenAPI SHA: 93763b0d7ae908520c229c786fff28b8fd623261, Date: 2024-03-20
|
|
2382
2400
|
|
|
2383
|
-
##
|
|
2401
|
+
## Release v0.22.0 (2024-03-15)
|
|
2384
2402
|
|
|
2385
2403
|
* Fix typos in doc string for select_spark_version ([#575](https://github.com/databricks/databricks-sdk-py/pull/575)).
|
|
2386
2404
|
|
|
@@ -2395,7 +2413,7 @@ API Changes:
|
|
|
2395
2413
|
|
|
2396
2414
|
OpenAPI SHA: c84caf9e5ef531cc0b1ddd0a76970d9a8b664e32, Date: 2024-03-15
|
|
2397
2415
|
|
|
2398
|
-
##
|
|
2416
|
+
## Release v0.21.0 (2024-03-07)
|
|
2399
2417
|
|
|
2400
2418
|
### New Features and Improvements
|
|
2401
2419
|
* Fixed get_workspace_client in GCP ([#532](https://github.com/databricks/databricks-sdk-py/pull/532)).
|
|
@@ -2535,7 +2553,7 @@ Dataclasses:
|
|
|
2535
2553
|
OpenAPI SHA: 1026b998b14fba1b8317528f47778240dc4e9a5d, Date: 2024-03-06
|
|
2536
2554
|
|
|
2537
2555
|
|
|
2538
|
-
##
|
|
2556
|
+
## Release v0.20.0 (2024-02-19)
|
|
2539
2557
|
|
|
2540
2558
|
Major Changes:
|
|
2541
2559
|
|
|
@@ -2596,7 +2614,7 @@ API Changes:
|
|
|
2596
2614
|
|
|
2597
2615
|
OpenAPI SHA: cdd76a98a4fca7008572b3a94427566dd286c63b, Date: 2024-02-19
|
|
2598
2616
|
|
|
2599
|
-
##
|
|
2617
|
+
## Release v0.19.1 (2024-02-15)
|
|
2600
2618
|
|
|
2601
2619
|
New features:
|
|
2602
2620
|
|
|
@@ -2605,7 +2623,7 @@ New features:
|
|
|
2605
2623
|
Bugfix:
|
|
2606
2624
|
|
|
2607
2625
|
* 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
|
-
##
|
|
2626
|
+
## Release v0.19.0 (2024-02-09)
|
|
2609
2627
|
|
|
2610
2628
|
### Improvements and Bug Fixes
|
|
2611
2629
|
* Construct workspace client from account client ([#527](https://github.com/databricks/databricks-sdk-py/pull/527)).
|
|
@@ -2707,7 +2725,7 @@ Changes:
|
|
|
2707
2725
|
|
|
2708
2726
|
OpenAPI SHA: 6b897bc95b23abed8b9f5eff0e6b8ec034046180, Date: 2024-02-08
|
|
2709
2727
|
|
|
2710
|
-
##
|
|
2728
|
+
## Release v0.18.0 (2024-01-23)
|
|
2711
2729
|
|
|
2712
2730
|
Bugfixes:
|
|
2713
2731
|
|
|
@@ -2748,7 +2766,7 @@ API Changes:
|
|
|
2748
2766
|
|
|
2749
2767
|
OpenAPI SHA: e05401ed5dd4974c5333d737ec308a7d451f749f, Date: 2024-01-23
|
|
2750
2768
|
|
|
2751
|
-
##
|
|
2769
|
+
## Release v0.17.0 (2024-01-11)
|
|
2752
2770
|
|
|
2753
2771
|
* Use covariant type for `@retried(on=[...])` ([#486](https://github.com/databricks/databricks-sdk-py/pull/486)).
|
|
2754
2772
|
* Configure request timeout using existing parameter from Config ([#489](https://github.com/databricks/databricks-sdk-py/pull/489)).
|
|
@@ -2778,7 +2796,7 @@ API Changes:
|
|
|
2778
2796
|
|
|
2779
2797
|
OpenAPI SHA: 0e0d4cbe87193e36c73b8b2be3b0dd0f1b013e00, Date: 2024-01-10
|
|
2780
2798
|
|
|
2781
|
-
##
|
|
2799
|
+
## Release v0.16.0 (2023-12-20)
|
|
2782
2800
|
|
|
2783
2801
|
* Sort imports in service template ([#479](https://github.com/databricks/databricks-sdk-py/pull/479)).
|
|
2784
2802
|
* Add `py.typed` to support PEP-561 ([#483](https://github.com/databricks/databricks-sdk-py/pull/483)).
|
|
@@ -2808,7 +2826,7 @@ API Changes:
|
|
|
2808
2826
|
|
|
2809
2827
|
OpenAPI SHA: d3853c8dee5806d04da2ae8910f273ffb35719a5, Date: 2023-12-14
|
|
2810
2828
|
|
|
2811
|
-
##
|
|
2829
|
+
## Release v0.15.0 (2023-12-12)
|
|
2812
2830
|
|
|
2813
2831
|
Bugfixes:
|
|
2814
2832
|
|
|
@@ -2933,7 +2951,7 @@ API Changes:
|
|
|
2933
2951
|
|
|
2934
2952
|
OpenAPI SHA: 63caa3cb0c05045e81d3dcf2451fa990d8670f36, Date: 2023-12-12
|
|
2935
2953
|
|
|
2936
|
-
##
|
|
2954
|
+
## Release v0.14.0 (2023-11-29)
|
|
2937
2955
|
|
|
2938
2956
|
Major changes:
|
|
2939
2957
|
* 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 +2984,7 @@ Dependency updates:
|
|
|
2966
2984
|
* Introduced "google-auth" dependency to support Google authentication.
|
|
2967
2985
|
|
|
2968
2986
|
|
|
2969
|
-
##
|
|
2987
|
+
## Release v0.13.0 (2023-11-14)
|
|
2970
2988
|
|
|
2971
2989
|
* 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
2990
|
```python
|
|
@@ -3030,7 +3048,7 @@ Internal changes:
|
|
|
3030
3048
|
|
|
3031
3049
|
OpenAPI SHA: d136ad0541f036372601bad9a4382db06c3c912d, Date: 2023-11-14
|
|
3032
3050
|
|
|
3033
|
-
##
|
|
3051
|
+
## Release v0.12.0 (2023-10-24)
|
|
3034
3052
|
|
|
3035
3053
|
* Retry on all 429 and 503, even when missing Retry-After header ([#402](https://github.com/databricks/databricks-sdk-py/pull/402)).
|
|
3036
3054
|
* 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 +3065,7 @@ API Changes:
|
|
|
3047
3065
|
|
|
3048
3066
|
OpenAPI SHA: 5903bb39137fd76ac384b2044e425f9c56840e00, Date: 2023-10-23
|
|
3049
3067
|
|
|
3050
|
-
##
|
|
3068
|
+
## Release v0.11.0 (2023-10-12)
|
|
3051
3069
|
|
|
3052
3070
|
* Added Python 3.12 to project classifiers ([#381](https://github.com/databricks/databricks-sdk-py/pull/381)).
|
|
3053
3071
|
* Fix serialization issues for generated resources ([#382](https://github.com/databricks/databricks-sdk-py/pull/382)).
|
|
@@ -3117,7 +3135,7 @@ API Changes:
|
|
|
3117
3135
|
|
|
3118
3136
|
OpenAPI SHA: 493a76554afd3afdd15dc858773d01643f80352a, Date: 2023-10-12
|
|
3119
3137
|
|
|
3120
|
-
##
|
|
3138
|
+
## Release v0.10.0 (2023-10-03)
|
|
3121
3139
|
|
|
3122
3140
|
* Respect `retry_timeout_seconds` config setting and align retry implementation with Go SDK ([#337](https://github.com/databricks/databricks-sdk-py/pull/337)).
|
|
3123
3141
|
|
|
@@ -3153,7 +3171,7 @@ API Changes:
|
|
|
3153
3171
|
|
|
3154
3172
|
OpenAPI SHA: bcbf6e851e3d82fd910940910dd31c10c059746c, Date: 2023-10-02
|
|
3155
3173
|
|
|
3156
|
-
##
|
|
3174
|
+
## Release v0.9.0 (2023-09-20)
|
|
3157
3175
|
|
|
3158
3176
|
* Don't try to import runtime_auth when not in runtime ([#327](https://github.com/databricks/databricks-sdk-py/pull/327)).
|
|
3159
3177
|
* Handled Azure authentication when WorkspaceResourceID is provided ([#328](https://github.com/databricks/databricks-sdk-py/pull/328)).
|
|
@@ -3209,7 +3227,7 @@ API Changes:
|
|
|
3209
3227
|
|
|
3210
3228
|
OpenAPI SHA: b52a3b410976501f08f76ca0b355fb2dca876953, Date: 2023-09-15
|
|
3211
3229
|
|
|
3212
|
-
##
|
|
3230
|
+
## Release v0.8.0 (2023-09-04)
|
|
3213
3231
|
|
|
3214
3232
|
* Fixed redeclared `test_streaming_response_read_partial` test ([#335](https://github.com/databricks/databricks-sdk-py/pull/335)).
|
|
3215
3233
|
* Fixed `Incorrect type` warning ([#336](https://github.com/databricks/databricks-sdk-py/pull/336)).
|
|
@@ -3245,12 +3263,12 @@ API Changes:
|
|
|
3245
3263
|
* Added `databricks.sdk.service.sql.WidgetPosition` dataclass.
|
|
3246
3264
|
|
|
3247
3265
|
OpenAPI SHA: 09a7fa63d9ae243e5407941f200960ca14d48b07, Date: 2023-09-04
|
|
3248
|
-
##
|
|
3266
|
+
## Release v0.7.1 (2023-08-31)
|
|
3249
3267
|
|
|
3250
3268
|
* Improve file download performance ([#319](https://github.com/databricks/databricks-sdk-py/pull/319)).
|
|
3251
3269
|
|
|
3252
3270
|
|
|
3253
|
-
##
|
|
3271
|
+
## Release v0.7.0 (2023-08-29)
|
|
3254
3272
|
|
|
3255
3273
|
* Added support for GZIP'ed streaming responses ([#306](https://github.com/databricks/databricks-sdk-py/pull/306)).
|
|
3256
3274
|
* Added support for per-method request headers to ApiClient ([#302](https://github.com/databricks/databricks-sdk-py/pull/302)).
|
|
@@ -3332,7 +3350,7 @@ SDK Internal Changes:
|
|
|
3332
3350
|
|
|
3333
3351
|
OpenAPI SHA: 5d0ccbb790d341eae8e85321a685a9e9e2d5bf24, Date: 2023-08-29
|
|
3334
3352
|
|
|
3335
|
-
##
|
|
3353
|
+
## Release v0.6.0 (2023-08-17)
|
|
3336
3354
|
|
|
3337
3355
|
* Added collection of Databricks Runtime versions used together with Python SDK ([#287](https://github.com/databricks/databricks-sdk-py/pull/287)).
|
|
3338
3356
|
* Applied attribute transformer when reading in attributes from the environment ([#293](https://github.com/databricks/databricks-sdk-py/pull/293)).
|
|
@@ -3405,7 +3423,7 @@ Service Renames:
|
|
|
3405
3423
|
|
|
3406
3424
|
OpenAPI SHA: beff621d7b3e1d59244e2e34fc53a496f310e130, Date: 2023-08-17
|
|
3407
3425
|
|
|
3408
|
-
##
|
|
3426
|
+
## Release v0.5.0 (2023-08-11)
|
|
3409
3427
|
|
|
3410
3428
|
* Added `connection_pool_size` configuration property (preview) ([#276](https://github.com/databricks/databricks-sdk-py/pull/276)).
|
|
3411
3429
|
* 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 +3460,7 @@ API Changes:
|
|
|
3442
3460
|
|
|
3443
3461
|
OpenAPI SHA: 1e3533f94335f0e6c5d9262bc1fea95b3ddcb0e1, Date: 2023-08-11
|
|
3444
3462
|
|
|
3445
|
-
##
|
|
3463
|
+
## Release v0.4.0 (2023-08-07)
|
|
3446
3464
|
|
|
3447
3465
|
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
3466
|
|
|
@@ -3658,14 +3676,14 @@ API Changes:
|
|
|
3658
3676
|
|
|
3659
3677
|
OpenAPI SHA: 386b65ecdc825b9c3ed4aa7ca88e2e5baf9d87df, Date: 2023-08-07
|
|
3660
3678
|
|
|
3661
|
-
##
|
|
3679
|
+
## Release v0.3.1 (2023-08-02)
|
|
3662
3680
|
|
|
3663
3681
|
* Added timeout to `w.clusters.ensure_cluster_running()` ([#227](https://github.com/databricks/databricks-sdk-py/pull/227)).
|
|
3664
3682
|
* Fixed `debug_headers` type hints for `WorkspaceClient` and `AccountClient` ([#258](https://github.com/databricks/databricks-sdk-py/pull/258)).
|
|
3665
3683
|
* Made dbutils typecast use a valid type variable ([#259](https://github.com/databricks/databricks-sdk-py/pull/259)).
|
|
3666
3684
|
|
|
3667
3685
|
|
|
3668
|
-
##
|
|
3686
|
+
## Release v0.3.0 (2023-07-27)
|
|
3669
3687
|
|
|
3670
3688
|
* Fixed serialization of lists of enum values ([#248](https://github.com/databricks/databricks-sdk-py/pull/248)).
|
|
3671
3689
|
* Fixed examples that used incorrect keyword argument names. (https://github.com/databricks/databricks-sdk-go/pull/560)
|
|
@@ -3699,12 +3717,12 @@ API Changes:
|
|
|
3699
3717
|
|
|
3700
3718
|
OpenAPI SHA: a1b6c1ecfaab6635911d3c060a8dd797ac6b2d4d, Date: 2023-07-27
|
|
3701
3719
|
|
|
3702
|
-
##
|
|
3720
|
+
## Release v0.2.1 (2023-07-18)
|
|
3703
3721
|
|
|
3704
3722
|
* 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
3723
|
|
|
3706
3724
|
|
|
3707
|
-
##
|
|
3725
|
+
## Release v0.2.0 (2023-07-18)
|
|
3708
3726
|
|
|
3709
3727
|
* Add Issue Templates ([#208](https://github.com/databricks/databricks-sdk-py/pull/208)).
|
|
3710
3728
|
* Fixed notebook native auth for jobs ([#209](https://github.com/databricks/databricks-sdk-py/pull/209)).
|
|
@@ -3793,7 +3811,7 @@ API Changes:
|
|
|
3793
3811
|
|
|
3794
3812
|
OpenAPI SHA: 0a1949ba96f71680dad30e06973eaae85b1307bb, Date: 2023-07-18
|
|
3795
3813
|
|
|
3796
|
-
##
|
|
3814
|
+
## Release v0.1.12 (2023-06-28)
|
|
3797
3815
|
|
|
3798
3816
|
* Beta release ([#198](https://github.com/databricks/databricks-sdk-py/pull/198)).
|
|
3799
3817
|
* Documentation improvements ([#197](https://github.com/databricks/databricks-sdk-py/pull/197)).
|
|
@@ -3811,7 +3829,7 @@ API changes:
|
|
|
3811
3829
|
* Renamed `jobs.GitSourceGitProvider` to `jobs.GitProvider`
|
|
3812
3830
|
* Renamed `jobs.FileArrivalTriggerSettings` to `jobs.FileArrivalTriggerConfiguration`
|
|
3813
3831
|
|
|
3814
|
-
##
|
|
3832
|
+
## Release v0.1.11 (2023-06-21)
|
|
3815
3833
|
|
|
3816
3834
|
* 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
3835
|
* 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 +3839,7 @@ API changes:
|
|
|
3821
3839
|
* Move classes to other repository ([#192](https://github.com/databricks/databricks-sdk-py/pull/192)).
|
|
3822
3840
|
* Relax `requests` version upper bound to <3 ([#138](https://github.com/databricks/databricks-sdk-py/pull/138)).
|
|
3823
3841
|
|
|
3824
|
-
##
|
|
3842
|
+
## Release v0.1.10 (2023-06-15)
|
|
3825
3843
|
|
|
3826
3844
|
* Regenerate from OpenAPI spec ([#176](https://github.com/databricks/databricks-sdk-py/pull/176)).
|
|
3827
3845
|
* Added improved notebook-native authentication ([#152](https://github.com/databricks/databricks-sdk-py/pull/152)).
|
|
@@ -3832,7 +3850,7 @@ API changes:
|
|
|
3832
3850
|
* Mark non-required fields as `Optional` ([#170](https://github.com/databricks/databricks-sdk-py/pull/170)).
|
|
3833
3851
|
* Synchronize auth permutation tests with Go SDK ([#165](https://github.com/databricks/databricks-sdk-py/pull/165)).
|
|
3834
3852
|
|
|
3835
|
-
##
|
|
3853
|
+
## Release v0.1.9 (2023-06-09)
|
|
3836
3854
|
|
|
3837
3855
|
* 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
3856
|
* 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 +3861,14 @@ API changes:
|
|
|
3843
3861
|
* Fixed generation of external entities ([#146](https://github.com/databricks/databricks-sdk-py/pull/146)).
|
|
3844
3862
|
* Make u2m authentication work with new CLI ([#150](https://github.com/databricks/databricks-sdk-py/pull/150)).
|
|
3845
3863
|
|
|
3846
|
-
##
|
|
3864
|
+
## Release v0.1.8 (2023-05-22)
|
|
3847
3865
|
|
|
3848
3866
|
* Regenerated from OpenAPI spec ([#124](https://github.com/databricks/databricks-sdk-py/pull/124)).
|
|
3849
3867
|
* Added `codecov.io` badge ([#126](https://github.com/databricks/databricks-sdk-py/pull/126)).
|
|
3850
3868
|
* Improved readme with links to examples ([#125](https://github.com/databricks/databricks-sdk-py/pull/125)).
|
|
3851
3869
|
* 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
3870
|
|
|
3853
|
-
##
|
|
3871
|
+
## Release v0.1.7 (2023-05-17)
|
|
3854
3872
|
|
|
3855
3873
|
* Added an extensive set of examples ([#113](https://github.com/databricks/databricks-sdk-py/pull/113)).
|
|
3856
3874
|
* Fixed broken `dbutils.fs.mount` and `dbutils.fs.updateMount` ([#119](https://github.com/databricks/databricks-sdk-py/pull/119)).
|
|
@@ -3861,35 +3879,35 @@ API changes:
|
|
|
3861
3879
|
* Rename `RefreshableCredentials` to `SessionCredentials` ([#116](https://github.com/databricks/databricks-sdk-py/pull/116)).
|
|
3862
3880
|
* Use shell for opening `az` cli on Windows ([#117](https://github.com/databricks/databricks-sdk-py/pull/117)).
|
|
3863
3881
|
|
|
3864
|
-
##
|
|
3882
|
+
## Release v0.1.6 (2023-05-10)
|
|
3865
3883
|
|
|
3866
3884
|
* Preserve original `databricks.sdk.runtime` for internal purposes ([#96](https://github.com/databricks/databricks-sdk-py/pull/96)).
|
|
3867
3885
|
|
|
3868
|
-
##
|
|
3886
|
+
## Release v0.1.5 (2023-05-08)
|
|
3869
3887
|
|
|
3870
3888
|
* 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
3889
|
|
|
3872
|
-
##
|
|
3890
|
+
## Release v0.1.4 (2023-05-05)
|
|
3873
3891
|
|
|
3874
3892
|
* 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
3893
|
* Fixed error handling for SCIM and CommandExecution APIs ([#94](https://github.com/databricks/databricks-sdk-py/pull/94)).
|
|
3876
3894
|
* Created `dependabot.yml` ([#89](https://github.com/databricks/databricks-sdk-py/pull/89)).
|
|
3877
3895
|
|
|
3878
|
-
##
|
|
3896
|
+
## Release v0.1.3 (2023-05-03)
|
|
3879
3897
|
|
|
3880
3898
|
* Added support for sdist ([#86](https://github.com/databricks/databricks-sdk-py/pull/86)).
|
|
3881
3899
|
* Removed redundant newlines from AAD OAuth responses ([#85](https://github.com/databricks/databricks-sdk-py/pull/85)).
|
|
3882
3900
|
* Update README.md with doc links ([#83](https://github.com/databricks/databricks-sdk-py/pull/83)).
|
|
3883
3901
|
|
|
3884
|
-
##
|
|
3902
|
+
## Release v0.1.2 (2023-05-03)
|
|
3885
3903
|
|
|
3886
3904
|
* Fix `dbutils.fs.put()` utility ([#82](https://github.com/databricks/databricks-sdk-py/pull/82)).
|
|
3887
3905
|
|
|
3888
|
-
##
|
|
3906
|
+
## Release v0.1.1 (2023-04-28)
|
|
3889
3907
|
|
|
3890
3908
|
* Improve Azure AD auth ([#80](https://github.com/databricks/databricks-sdk-py/pull/80)).
|
|
3891
3909
|
|
|
3892
|
-
##
|
|
3910
|
+
## Release v0.1.0 (2023-04-20)
|
|
3893
3911
|
|
|
3894
3912
|
* Make code working with new OpenAPI packaging ([#78](https://github.com/databricks/databricks-sdk-py/pull/78)).
|
|
3895
3913
|
* Added `bricks` CLI authentication ([#66](https://github.com/databricks/databricks-sdk-py/pull/66)).
|