databricks-sdk 0.70.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.70.0 → databricks_sdk-0.72.0}/CHANGELOG.md +135 -92
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/PKG-INFO +1 -1
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/__init__.py +25 -25
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/mixins/files.py +51 -15
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/agentbricks.py +2 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/apps.py +10 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/billing.py +13 -3
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/catalog.py +149 -46
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/cleanrooms.py +11 -3
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/compute.py +55 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/dashboards.py +11 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/database.py +12 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/dataquality.py +4 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/files.py +7 -72
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/iam.py +26 -36
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/iamv2.py +6 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/jobs.py +22 -122
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/marketplace.py +18 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/ml.py +321 -17
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/oauth2.py +10 -18
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/pipelines.py +44 -13
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/provisioning.py +9 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/qualitymonitorv2.py +2 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/serving.py +16 -21
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/settings.py +43 -72
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/settingsv2.py +2 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/sharing.py +23 -31
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/sql.py +48 -24
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/tags.py +2 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/vectorsearch.py +11 -1
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/workspace.py +18 -91
- databricks_sdk-0.72.0/databricks/sdk/version.py +1 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks_sdk.egg-info/PKG-INFO +1 -1
- databricks_sdk-0.70.0/databricks/sdk/version.py +0 -1
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/CONTRIBUTING.md +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/DCO +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/LICENSE +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/MANIFEST.in +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/Makefile +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/NOTICE +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/README.md +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/SECURITY.md +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/__init__.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/_base_client.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/_property.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/_widgets/__init__.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/_widgets/default_widgets_utils.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/_widgets/ipywidgets_utils.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/azure.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/casing.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/clock.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/common/lro.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/common/types/__init__.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/common/types/fieldmask.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/config.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/core.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/credentials_provider.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/data_plane.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/dbutils.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/environments.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/errors/__init__.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/errors/base.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/errors/customizer.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/errors/deserializer.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/errors/details.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/errors/mapper.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/errors/overrides.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/errors/parser.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/errors/platform.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/errors/private_link.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/errors/sdk.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/logger/__init__.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/logger/round_trip_logger.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/mixins/__init__.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/mixins/compute.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/mixins/files_utils.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/mixins/jobs.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/mixins/open_ai_client.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/mixins/sharing.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/mixins/workspace.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/oauth.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/oidc.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/oidc_token_supplier.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/py.typed +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/retries.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/runtime/__init__.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/runtime/dbutils_stub.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/__init__.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/service/_internal.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks/sdk/useragent.py +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks_sdk.egg-info/SOURCES.txt +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks_sdk.egg-info/dependency_links.txt +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks_sdk.egg-info/requires.txt +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/databricks_sdk.egg-info/top_level.txt +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/pyproject.toml +0 -0
- {databricks_sdk-0.70.0 → databricks_sdk-0.72.0}/setup.cfg +0 -0
|
@@ -1,6 +1,49 @@
|
|
|
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)
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
- Fix the issue where `FilesExt.upload`'s second parameter was changed from `contents` to `content` unintentionally. Now the interface is backward compatible to versions previous than 0.69.0.
|
|
26
|
+
|
|
27
|
+
### API Changes
|
|
28
|
+
* Add `instance_profile_arn` field for `databricks.sdk.service.compute.InstancePoolAwsAttributes`.
|
|
29
|
+
* Add `continuous`, `sliding` and `tumbling` fields for `databricks.sdk.service.ml.TimeWindow`.
|
|
30
|
+
* Add `usage_policy_id` field for `databricks.sdk.service.pipelines.CreatePipeline`.
|
|
31
|
+
* Add `usage_policy_id` field for `databricks.sdk.service.pipelines.EditPipeline`.
|
|
32
|
+
* Add `usage_policy_id` field for `databricks.sdk.service.pipelines.PipelineSpec`.
|
|
33
|
+
* Add `read_files_bytes` field for `databricks.sdk.service.sql.QueryMetrics`.
|
|
34
|
+
* Add `select` enum value for `databricks.sdk.service.apps.AppManifestAppResourceUcSecurableSpecUcSecurablePermission`.
|
|
35
|
+
* Add `table` enum value for `databricks.sdk.service.apps.AppManifestAppResourceUcSecurableSpecUcSecurableType`.
|
|
36
|
+
* Add `decommission_started` and `decommission_ended` enum values for `databricks.sdk.service.compute.EventType`.
|
|
37
|
+
* Add `dbr_image_resolution_failure` enum value for `databricks.sdk.service.compute.TerminationReasonCode`.
|
|
38
|
+
* Add `dbr_image_resolution_failure` enum value for `databricks.sdk.service.sql.TerminationReasonCode`.
|
|
39
|
+
* [Breaking] Change `offline_store_config` and `online_store_config` fields for `databricks.sdk.service.ml.MaterializedFeature` to no longer be required.
|
|
40
|
+
* Change `offline_store_config` and `online_store_config` fields for `databricks.sdk.service.ml.MaterializedFeature` to no longer be required.
|
|
41
|
+
* [Breaking] Change `lifecycle_state` field for `databricks.sdk.service.sql.AlertV2` to type `databricks.sdk.service.sql.AlertLifecycleState` dataclass.
|
|
42
|
+
* [Breaking] Remove `table` field for `databricks.sdk.service.jobs.TriggerSettings`.
|
|
43
|
+
* [Breaking] Remove `duration` and `offset` fields for `databricks.sdk.service.ml.TimeWindow`.
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## Release v0.70.0 (2025-10-23)
|
|
4
47
|
|
|
5
48
|
### Bug Fixes
|
|
6
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.
|
|
@@ -26,7 +69,7 @@
|
|
|
26
69
|
* [Breaking] Remove `results` field for `databricks.sdk.service.sql.ListAlertsV2Response`.
|
|
27
70
|
|
|
28
71
|
|
|
29
|
-
## Release v0.69.0
|
|
72
|
+
## Release v0.69.0 (2025-10-20)
|
|
30
73
|
|
|
31
74
|
### New Features and Improvements
|
|
32
75
|
|
|
@@ -49,7 +92,7 @@
|
|
|
49
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`
|
|
50
93
|
|
|
51
94
|
|
|
52
|
-
## Release v0.68.0
|
|
95
|
+
## Release v0.68.0 (2025-10-14)
|
|
53
96
|
|
|
54
97
|
### New Features and Improvements
|
|
55
98
|
|
|
@@ -301,7 +344,7 @@
|
|
|
301
344
|
* [Breaking] Remove `prediction_probability_column` field for `databricks.sdk.service.dataquality.InferenceLogConfig`.
|
|
302
345
|
|
|
303
346
|
|
|
304
|
-
## Release v0.67.0
|
|
347
|
+
## Release v0.67.0 (2025-09-25)
|
|
305
348
|
|
|
306
349
|
### API Changes
|
|
307
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.
|
|
@@ -316,7 +359,7 @@
|
|
|
316
359
|
* [Breaking] Change `name` field for `databricks.sdk.service.database.DatabaseInstanceRole` to be required.
|
|
317
360
|
|
|
318
361
|
|
|
319
|
-
## Release v0.66.0
|
|
362
|
+
## Release v0.66.0 (2025-09-22)
|
|
320
363
|
|
|
321
364
|
### New Features and Improvements
|
|
322
365
|
|
|
@@ -356,7 +399,7 @@
|
|
|
356
399
|
* [Breaking] Removed `comment` field for `databricks.sdk.service.dashboards.GenieSendMessageFeedbackRequest`.
|
|
357
400
|
|
|
358
401
|
|
|
359
|
-
## Release v0.65.0
|
|
402
|
+
## Release v0.65.0 (2025-09-02)
|
|
360
403
|
|
|
361
404
|
### New Features and Improvements
|
|
362
405
|
|
|
@@ -378,7 +421,7 @@
|
|
|
378
421
|
* [Breaking] Removed `feedback_rating` and `feedback_text` fields for `databricks.sdk.service.dashboards.GenieSendMessageFeedbackRequest`.
|
|
379
422
|
|
|
380
423
|
|
|
381
|
-
## Release v0.64.0
|
|
424
|
+
## Release v0.64.0 (2025-08-20)
|
|
382
425
|
|
|
383
426
|
### API Changes
|
|
384
427
|
* Added `databricks.sdk.service.settingsv2` and `databricks.sdk.service.tags` packages.
|
|
@@ -403,7 +446,7 @@
|
|
|
403
446
|
* [Breaking] Removed `comment`, `display_name` and `tags` fields for `databricks.sdk.service.sharing.Share`.
|
|
404
447
|
|
|
405
448
|
|
|
406
|
-
## Release v0.63.0
|
|
449
|
+
## Release v0.63.0 (2025-08-13)
|
|
407
450
|
|
|
408
451
|
### API Changes
|
|
409
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.
|
|
@@ -419,7 +462,7 @@
|
|
|
419
462
|
* [Breaking] Changed `publish_mode` field for `databricks.sdk.service.ml.PublishSpec` to be required.
|
|
420
463
|
|
|
421
464
|
|
|
422
|
-
## Release v0.62.0
|
|
465
|
+
## Release v0.62.0 (2025-08-06)
|
|
423
466
|
|
|
424
467
|
### Bug Fixes
|
|
425
468
|
|
|
@@ -439,7 +482,7 @@
|
|
|
439
482
|
* [Breaking] Removed `is_featured` field for `databricks.sdk.service.marketplace.ListProvidersRequest`.
|
|
440
483
|
|
|
441
484
|
|
|
442
|
-
## Release v0.61.0
|
|
485
|
+
## Release v0.61.0 (2025-07-31)
|
|
443
486
|
|
|
444
487
|
### API Changes
|
|
445
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.
|
|
@@ -464,7 +507,7 @@
|
|
|
464
507
|
* Changed `output_schema_name` field for `databricks.sdk.service.catalog.MonitorInfo` to be required.
|
|
465
508
|
|
|
466
509
|
|
|
467
|
-
## Release v0.60.0
|
|
510
|
+
## Release v0.60.0 (2025-07-24)
|
|
468
511
|
|
|
469
512
|
### New Features and Improvements
|
|
470
513
|
|
|
@@ -499,7 +542,7 @@
|
|
|
499
542
|
* [Breaking] Removed `databricks.sdk.service.aibuilder` package.
|
|
500
543
|
|
|
501
544
|
|
|
502
|
-
## Release v0.59.0
|
|
545
|
+
## Release v0.59.0 (2025-07-17)
|
|
503
546
|
|
|
504
547
|
### API Changes
|
|
505
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.
|
|
@@ -532,7 +575,7 @@
|
|
|
532
575
|
* [Breaking] Removed `range` and `if_unmodified_since` fields for `databricks.sdk.service.files.GetMetadataRequest`.
|
|
533
576
|
|
|
534
577
|
|
|
535
|
-
## Release v0.58.0
|
|
578
|
+
## Release v0.58.0 (2025-07-09)
|
|
536
579
|
|
|
537
580
|
### API Changes
|
|
538
581
|
* Added `remote_disk_throughput` and `total_initial_remote_disk_size` fields for `databricks.sdk.service.compute.ClusterAttributes`.
|
|
@@ -623,7 +666,7 @@
|
|
|
623
666
|
* [Breaking] Removed `archived`, `none`, `production` and `staging` enum values for `databricks.sdk.service.ml.Stage`.
|
|
624
667
|
|
|
625
668
|
|
|
626
|
-
## Release v0.57.0
|
|
669
|
+
## Release v0.57.0 (2025-06-12)
|
|
627
670
|
|
|
628
671
|
### API Changes
|
|
629
672
|
* Added [w.ai_builder](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/aibuilder/ai_builder.html) workspace-level service.
|
|
@@ -650,7 +693,7 @@
|
|
|
650
693
|
* [Breaking] Removed `cancelled`, `error`, `queued`, `running`, `starting` and `success` enum values for `databricks.sdk.service.jobs.DbtCloudRunStatus`.
|
|
651
694
|
|
|
652
695
|
|
|
653
|
-
## Release v0.56.0
|
|
696
|
+
## Release v0.56.0 (2025-06-05)
|
|
654
697
|
|
|
655
698
|
### API Changes
|
|
656
699
|
* Added `databricks.sdk.service.aibuilder`, `databricks.sdk.service.database` and `databricks.sdk.service.qualitymonitorv2` packages.
|
|
@@ -729,7 +772,7 @@
|
|
|
729
772
|
* [Breaking] Removed `internal` and `internal_and_external` enum values for `databricks.sdk.service.catalog.UpdateMetastoreDeltaSharingScope`.
|
|
730
773
|
|
|
731
774
|
|
|
732
|
-
## Release v0.55.0
|
|
775
|
+
## Release v0.55.0 (2025-05-27)
|
|
733
776
|
|
|
734
777
|
### New Features and Improvements
|
|
735
778
|
|
|
@@ -744,7 +787,7 @@
|
|
|
744
787
|
([#979](https://github.com/databricks/databricks-sdk-py/pull/979)).
|
|
745
788
|
|
|
746
789
|
|
|
747
|
-
## Release v0.54.0
|
|
790
|
+
## Release v0.54.0 (2025-05-22)
|
|
748
791
|
|
|
749
792
|
### API Changes
|
|
750
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.
|
|
@@ -810,13 +853,13 @@
|
|
|
810
853
|
* [Breaking] Removed `catalog`, `credential`, `external_location` and `storage_credential` enum values for `databricks.sdk.service.catalog.UpdateBindingsSecurableType`.
|
|
811
854
|
|
|
812
855
|
|
|
813
|
-
## Release v0.53.0
|
|
856
|
+
## Release v0.53.0 (2025-05-02)
|
|
814
857
|
|
|
815
858
|
### Bug Fixes
|
|
816
859
|
* Fixed the deserialization of responses in VectorSearchAPI's `query_index()` method ([#961](https://github.com/databricks/databricks-sdk-py/pull/961)).
|
|
817
860
|
|
|
818
861
|
|
|
819
|
-
## Release v0.52.0
|
|
862
|
+
## Release v0.52.0 (2025-05-02)
|
|
820
863
|
|
|
821
864
|
### API Changes
|
|
822
865
|
* Added `future_feature_data_path` field for `databricks.sdk.service.ml.CreateForecastingExperimentRequest`.
|
|
@@ -838,7 +881,7 @@
|
|
|
838
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.
|
|
839
882
|
|
|
840
883
|
|
|
841
|
-
## Release v0.51.0
|
|
884
|
+
## Release v0.51.0 (2025-04-30)
|
|
842
885
|
|
|
843
886
|
### New Features and Improvements
|
|
844
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)).
|
|
@@ -889,7 +932,7 @@
|
|
|
889
932
|
* [Breaking] Removed `blob`, `dfs`, `mysql_server` and `sql_server` enum values for `databricks.sdk.service.settings.NccAzurePrivateEndpointRuleGroupId`.
|
|
890
933
|
|
|
891
934
|
|
|
892
|
-
## Release v0.50.0
|
|
935
|
+
## Release v0.50.0 (2025-04-14)
|
|
893
936
|
|
|
894
937
|
### API Changes
|
|
895
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.
|
|
@@ -920,7 +963,7 @@
|
|
|
920
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.
|
|
921
964
|
|
|
922
965
|
|
|
923
|
-
## Release v0.49.0
|
|
966
|
+
## Release v0.49.0 (2025-03-28)
|
|
924
967
|
|
|
925
968
|
### API Changes
|
|
926
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.
|
|
@@ -956,7 +999,7 @@
|
|
|
956
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`.
|
|
957
1000
|
|
|
958
1001
|
|
|
959
|
-
## Release v0.48.0
|
|
1002
|
+
## Release v0.48.0 (2025-03-27)
|
|
960
1003
|
|
|
961
1004
|
### API Changes
|
|
962
1005
|
* Added `execution_details` and `script` fields for `databricks.sdk.service.compute.InitScriptInfoAndExecutionDetails`.
|
|
@@ -984,7 +1027,7 @@
|
|
|
984
1027
|
* [Breaking] Removed `custom` enum value for `databricks.sdk.service.serving.ExternalModelProvider`.
|
|
985
1028
|
|
|
986
1029
|
|
|
987
|
-
## Release v0.47.0
|
|
1030
|
+
## Release v0.47.0 (2025-03-21)
|
|
988
1031
|
|
|
989
1032
|
### Bug Fixes
|
|
990
1033
|
|
|
@@ -1023,7 +1066,7 @@
|
|
|
1023
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`.
|
|
1024
1067
|
|
|
1025
1068
|
|
|
1026
|
-
## Release v0.46.0
|
|
1069
|
+
## Release v0.46.0 (2025-03-12)
|
|
1027
1070
|
|
|
1028
1071
|
### New Features and Improvements
|
|
1029
1072
|
* [Experimental] Add support for async token refresh ([#916](https://github.com/databricks/databricks-sdk-py/pull/916)).
|
|
@@ -1040,7 +1083,7 @@
|
|
|
1040
1083
|
* [Breaking] Removed `jwks_uri` field for `databricks.sdk.service.oauth2.OidcFederationPolicy`.
|
|
1041
1084
|
|
|
1042
1085
|
|
|
1043
|
-
## Release v0.45.0
|
|
1086
|
+
## Release v0.45.0 (2025-03-07)
|
|
1044
1087
|
|
|
1045
1088
|
### New Features and Improvements
|
|
1046
1089
|
* Update Jobs service to use API 2.2 ([#913](https://github.com/databricks/databricks-sdk-py/pull/913)).
|
|
@@ -1112,7 +1155,7 @@
|
|
|
1112
1155
|
* [Breaking] Removed `active_only`, `all` and `deleted_only` enum values for `databricks.sdk.service.ml.SearchRunsRunViewType`.
|
|
1113
1156
|
|
|
1114
1157
|
|
|
1115
|
-
##
|
|
1158
|
+
## Release v0.44.1 (2025-02-13)
|
|
1116
1159
|
|
|
1117
1160
|
### New Features and Improvements
|
|
1118
1161
|
|
|
@@ -1125,7 +1168,7 @@
|
|
|
1125
1168
|
|
|
1126
1169
|
|
|
1127
1170
|
|
|
1128
|
-
##
|
|
1171
|
+
## Release v0.44.0 (2025-02-11)
|
|
1129
1172
|
|
|
1130
1173
|
### Internal Changes
|
|
1131
1174
|
|
|
@@ -1142,7 +1185,7 @@
|
|
|
1142
1185
|
|
|
1143
1186
|
OpenAPI SHA: 99f644e72261ef5ecf8d74db20f4b7a1e09723cc, Date: 2025-02-11
|
|
1144
1187
|
|
|
1145
|
-
##
|
|
1188
|
+
## Release v0.43.0 (2025-02-03)
|
|
1146
1189
|
|
|
1147
1190
|
### API Changes:
|
|
1148
1191
|
|
|
@@ -1198,7 +1241,7 @@ OpenAPI SHA: c72c58f97b950fcb924a90ef164bcb10cfcd5ece, Date: 2025-02-03
|
|
|
1198
1241
|
|
|
1199
1242
|
OpenAPI SHA: 840c660106f820a1a5dff931d51fa5f65cd9fdd9, Date: 2025-01-28
|
|
1200
1243
|
|
|
1201
|
-
##
|
|
1244
|
+
## Release v0.41.0 (2025-01-20)
|
|
1202
1245
|
|
|
1203
1246
|
### New Features and Improvements
|
|
1204
1247
|
|
|
@@ -1261,7 +1304,7 @@ OpenAPI SHA: 840c660106f820a1a5dff931d51fa5f65cd9fdd9, Date: 2025-01-28
|
|
|
1261
1304
|
|
|
1262
1305
|
OpenAPI SHA: 58905570a9928fc9ed31fba14a2edaf9a7c55b08, Date: 2025-01-20
|
|
1263
1306
|
|
|
1264
|
-
##
|
|
1307
|
+
## Release v0.40.0 (2024-12-19)
|
|
1265
1308
|
|
|
1266
1309
|
### API Changes:
|
|
1267
1310
|
|
|
@@ -1280,7 +1323,7 @@ OpenAPI SHA: 58905570a9928fc9ed31fba14a2edaf9a7c55b08, Date: 2025-01-20
|
|
|
1280
1323
|
|
|
1281
1324
|
OpenAPI SHA: a6a317df8327c9b1e5cb59a03a42ffa2aabeef6d, Date: 2024-12-16
|
|
1282
1325
|
|
|
1283
|
-
##
|
|
1326
|
+
## Release v0.39.0 (2024-12-11)
|
|
1284
1327
|
|
|
1285
1328
|
### Bug Fixes
|
|
1286
1329
|
|
|
@@ -1308,7 +1351,7 @@ OpenAPI SHA: a6a317df8327c9b1e5cb59a03a42ffa2aabeef6d, Date: 2024-12-16
|
|
|
1308
1351
|
|
|
1309
1352
|
OpenAPI SHA: 7016dcbf2e011459416cf408ce21143bcc4b3a25, Date: 2024-12-05
|
|
1310
1353
|
|
|
1311
|
-
##
|
|
1354
|
+
## Release v0.38.0 (2024-11-18)
|
|
1312
1355
|
|
|
1313
1356
|
### New Features and Improvements
|
|
1314
1357
|
|
|
@@ -1346,7 +1389,7 @@ OpenAPI SHA: 7016dcbf2e011459416cf408ce21143bcc4b3a25, Date: 2024-12-05
|
|
|
1346
1389
|
|
|
1347
1390
|
OpenAPI SHA: f2385add116e3716c8a90a0b68e204deb40f996c, Date: 2024-11-15
|
|
1348
1391
|
|
|
1349
|
-
##
|
|
1392
|
+
## Release v0.37.0 (2024-11-05)
|
|
1350
1393
|
|
|
1351
1394
|
### Bug Fixes
|
|
1352
1395
|
|
|
@@ -1403,7 +1446,7 @@ OpenAPI SHA: f2385add116e3716c8a90a0b68e204deb40f996c, Date: 2024-11-15
|
|
|
1403
1446
|
|
|
1404
1447
|
OpenAPI SHA: 5285ce76f81314f342c1702d5c2ad4ef42488781, Date: 2024-11-04
|
|
1405
1448
|
|
|
1406
|
-
##
|
|
1449
|
+
## Release v0.36.0 (2024-10-22)
|
|
1407
1450
|
|
|
1408
1451
|
### Breaking Changes
|
|
1409
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.
|
|
@@ -1423,7 +1466,7 @@ OpenAPI SHA: 5285ce76f81314f342c1702d5c2ad4ef42488781, Date: 2024-11-04
|
|
|
1423
1466
|
|
|
1424
1467
|
|
|
1425
1468
|
|
|
1426
|
-
##
|
|
1469
|
+
## Release v0.35.0 (2024-10-17)
|
|
1427
1470
|
|
|
1428
1471
|
### New Features and Improvements
|
|
1429
1472
|
|
|
@@ -1454,7 +1497,7 @@ OpenAPI SHA: 5285ce76f81314f342c1702d5c2ad4ef42488781, Date: 2024-11-04
|
|
|
1454
1497
|
|
|
1455
1498
|
OpenAPI SHA: cf9c61453990df0f9453670f2fe68e1b128647a2, Date: 2024-10-14
|
|
1456
1499
|
|
|
1457
|
-
##
|
|
1500
|
+
## Release v0.34.0 (2024-10-07)
|
|
1458
1501
|
|
|
1459
1502
|
### Bug Fixes
|
|
1460
1503
|
|
|
@@ -1478,7 +1521,7 @@ OpenAPI SHA: cf9c61453990df0f9453670f2fe68e1b128647a2, Date: 2024-10-14
|
|
|
1478
1521
|
|
|
1479
1522
|
OpenAPI SHA: bc17b474818138f19b78a7bea0675707dead2b87, Date: 2024-10-07
|
|
1480
1523
|
|
|
1481
|
-
##
|
|
1524
|
+
## Release v0.33.0 (2024-09-26)
|
|
1482
1525
|
|
|
1483
1526
|
### Internal Changes
|
|
1484
1527
|
|
|
@@ -1544,7 +1587,7 @@ OpenAPI SHA: bc17b474818138f19b78a7bea0675707dead2b87, Date: 2024-10-07
|
|
|
1544
1587
|
|
|
1545
1588
|
OpenAPI SHA: 248f4ad9668661da9d0bf4a7b0119a2d44fd1e75, Date: 2024-09-25
|
|
1546
1589
|
|
|
1547
|
-
##
|
|
1590
|
+
## Release v0.32.3 (2024-09-19)
|
|
1548
1591
|
|
|
1549
1592
|
### New Features and Improvements
|
|
1550
1593
|
|
|
@@ -1558,7 +1601,7 @@ OpenAPI SHA: 248f4ad9668661da9d0bf4a7b0119a2d44fd1e75, Date: 2024-09-25
|
|
|
1558
1601
|
|
|
1559
1602
|
|
|
1560
1603
|
|
|
1561
|
-
##
|
|
1604
|
+
## Release v0.32.2 (2024-09-17)
|
|
1562
1605
|
|
|
1563
1606
|
### New Features and Improvements
|
|
1564
1607
|
|
|
@@ -1573,7 +1616,7 @@ OpenAPI SHA: 248f4ad9668661da9d0bf4a7b0119a2d44fd1e75, Date: 2024-09-25
|
|
|
1573
1616
|
|
|
1574
1617
|
|
|
1575
1618
|
|
|
1576
|
-
##
|
|
1619
|
+
## Release v0.32.1 (2024-09-10)
|
|
1577
1620
|
|
|
1578
1621
|
### Bug Fixes
|
|
1579
1622
|
|
|
@@ -1581,7 +1624,7 @@ OpenAPI SHA: 248f4ad9668661da9d0bf4a7b0119a2d44fd1e75, Date: 2024-09-25
|
|
|
1581
1624
|
|
|
1582
1625
|
|
|
1583
1626
|
|
|
1584
|
-
##
|
|
1627
|
+
## Release v0.32.0 (2024-09-04)
|
|
1585
1628
|
|
|
1586
1629
|
### Bug Fixes
|
|
1587
1630
|
|
|
@@ -1613,7 +1656,7 @@ OpenAPI SHA: 248f4ad9668661da9d0bf4a7b0119a2d44fd1e75, Date: 2024-09-25
|
|
|
1613
1656
|
|
|
1614
1657
|
OpenAPI SHA: d05898328669a3f8ab0c2ecee37db2673d3ea3f7, Date: 2024-09-04
|
|
1615
1658
|
|
|
1616
|
-
##
|
|
1659
|
+
## Release v0.31.1 (2024-08-28)
|
|
1617
1660
|
|
|
1618
1661
|
### Bug Fixes
|
|
1619
1662
|
|
|
@@ -1627,7 +1670,7 @@ OpenAPI SHA: d05898328669a3f8ab0c2ecee37db2673d3ea3f7, Date: 2024-09-04
|
|
|
1627
1670
|
|
|
1628
1671
|
|
|
1629
1672
|
|
|
1630
|
-
##
|
|
1673
|
+
## Release v0.31.0 (2024-08-21)
|
|
1631
1674
|
|
|
1632
1675
|
### Bug Fixes
|
|
1633
1676
|
|
|
@@ -1660,7 +1703,7 @@ OpenAPI SHA: d05898328669a3f8ab0c2ecee37db2673d3ea3f7, Date: 2024-09-04
|
|
|
1660
1703
|
|
|
1661
1704
|
OpenAPI SHA: 3eae49b444cac5a0118a3503e5b7ecef7f96527a, Date: 2024-08-21
|
|
1662
1705
|
|
|
1663
|
-
##
|
|
1706
|
+
## Release v0.30.0 (2024-08-13)
|
|
1664
1707
|
|
|
1665
1708
|
### New Features and Improvements
|
|
1666
1709
|
|
|
@@ -1858,7 +1901,7 @@ OpenAPI SHA: 3eae49b444cac5a0118a3503e5b7ecef7f96527a, Date: 2024-08-21
|
|
|
1858
1901
|
|
|
1859
1902
|
OpenAPI SHA: f98c07f9c71f579de65d2587bb0292f83d10e55d, Date: 2024-08-12
|
|
1860
1903
|
|
|
1861
|
-
##
|
|
1904
|
+
## Release v0.29.0 (2024-06-24)
|
|
1862
1905
|
|
|
1863
1906
|
### Breaking Changes
|
|
1864
1907
|
* Create a method to generate OAuth tokens ([#644](https://github.com/databricks/databricks-sdk-py/pull/644))
|
|
@@ -1929,7 +1972,7 @@ OpenAPI SHA: f98c07f9c71f579de65d2587bb0292f83d10e55d, Date: 2024-08-12
|
|
|
1929
1972
|
* Added `next_page_token` field for `databricks.sdk.service.vectorsearch.QueryVectorIndexResponse`.
|
|
1930
1973
|
|
|
1931
1974
|
OpenAPI SHA: 7437dabb9dadee402c1fc060df4c1ce8cc5369f0, Date: 2024-06-24
|
|
1932
|
-
##
|
|
1975
|
+
## Release v0.28.0 (2024-05-23)
|
|
1933
1976
|
|
|
1934
1977
|
### Improvements and new features
|
|
1935
1978
|
|
|
@@ -1991,13 +2034,13 @@ OpenAPI SHA: 7437dabb9dadee402c1fc060df4c1ce8cc5369f0, Date: 2024-06-24
|
|
|
1991
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.
|
|
1992
2035
|
|
|
1993
2036
|
OpenAPI SHA: 7eb5ad9a2ed3e3f1055968a2d1014ac92c06fe92, Date: 2024-05-21
|
|
1994
|
-
##
|
|
2037
|
+
## Release v0.27.1 (2024-05-16)
|
|
1995
2038
|
|
|
1996
2039
|
### Bug Fixes
|
|
1997
2040
|
* Fix null body response to empty in ApiClient ([#579](https://github.com/databricks/databricks-sdk-py/pull/579)).
|
|
1998
2041
|
|
|
1999
2042
|
|
|
2000
|
-
##
|
|
2043
|
+
## Release v0.27.0 (2024-05-03)
|
|
2001
2044
|
|
|
2002
2045
|
### New Features
|
|
2003
2046
|
|
|
@@ -2094,7 +2137,7 @@ API Changes:
|
|
|
2094
2137
|
|
|
2095
2138
|
OpenAPI SHA: 9bb7950fa3390afb97abaa552934bc0a2e069de5, Date: 2024-05-02
|
|
2096
2139
|
|
|
2097
|
-
##
|
|
2140
|
+
## Release v0.26.0 (2024-04-24)
|
|
2098
2141
|
|
|
2099
2142
|
* Increase cluster creation test timeout ([#617](https://github.com/databricks/databricks-sdk-py/pull/617)).
|
|
2100
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)).
|
|
@@ -2130,13 +2173,13 @@ API Changes:
|
|
|
2130
2173
|
|
|
2131
2174
|
OpenAPI SHA: 06d330f43d92c1be864d4638c672cd0723e20a51, Date: 2024-04-22
|
|
2132
2175
|
|
|
2133
|
-
##
|
|
2176
|
+
## Release v0.25.1 (2024-04-12)
|
|
2134
2177
|
|
|
2135
2178
|
Bug fixes:
|
|
2136
2179
|
* Fixed `select_node_type` error ([#614](https://github.com/databricks/databricks-sdk-py/pull/614)).
|
|
2137
2180
|
|
|
2138
2181
|
|
|
2139
|
-
##
|
|
2182
|
+
## Release v0.25.0 (2024-04-11)
|
|
2140
2183
|
|
|
2141
2184
|
### Behavior Changes
|
|
2142
2185
|
|
|
@@ -2272,7 +2315,7 @@ API Changes:
|
|
|
2272
2315
|
|
|
2273
2316
|
OpenAPI SHA: 94684175b8bd65f8701f89729351f8069e8309c9, Date: 2024-04-11
|
|
2274
2317
|
|
|
2275
|
-
##
|
|
2318
|
+
## Release v0.24.0 (2024-04-02)
|
|
2276
2319
|
|
|
2277
2320
|
### Improvements and Bug Fixes
|
|
2278
2321
|
* Properly escape multi-segment path parameters ([#596](https://github.com/databricks/databricks-sdk-py/pull/596)).
|
|
@@ -2334,7 +2377,7 @@ OpenAPI SHA: 94684175b8bd65f8701f89729351f8069e8309c9, Date: 2024-04-11
|
|
|
2334
2377
|
|
|
2335
2378
|
OpenAPI SHA: d38528c3e47dd81c9bdbd918272a3e49d36e09ce, Date: 2024-03-27
|
|
2336
2379
|
|
|
2337
|
-
##
|
|
2380
|
+
## Release v0.23.0 (2024-03-20)
|
|
2338
2381
|
|
|
2339
2382
|
* Add CONTRIBUTING.md ([#585](https://github.com/databricks/databricks-sdk-py/pull/585)).
|
|
2340
2383
|
|
|
@@ -2355,7 +2398,7 @@ API Changes:
|
|
|
2355
2398
|
|
|
2356
2399
|
OpenAPI SHA: 93763b0d7ae908520c229c786fff28b8fd623261, Date: 2024-03-20
|
|
2357
2400
|
|
|
2358
|
-
##
|
|
2401
|
+
## Release v0.22.0 (2024-03-15)
|
|
2359
2402
|
|
|
2360
2403
|
* Fix typos in doc string for select_spark_version ([#575](https://github.com/databricks/databricks-sdk-py/pull/575)).
|
|
2361
2404
|
|
|
@@ -2370,7 +2413,7 @@ API Changes:
|
|
|
2370
2413
|
|
|
2371
2414
|
OpenAPI SHA: c84caf9e5ef531cc0b1ddd0a76970d9a8b664e32, Date: 2024-03-15
|
|
2372
2415
|
|
|
2373
|
-
##
|
|
2416
|
+
## Release v0.21.0 (2024-03-07)
|
|
2374
2417
|
|
|
2375
2418
|
### New Features and Improvements
|
|
2376
2419
|
* Fixed get_workspace_client in GCP ([#532](https://github.com/databricks/databricks-sdk-py/pull/532)).
|
|
@@ -2510,7 +2553,7 @@ Dataclasses:
|
|
|
2510
2553
|
OpenAPI SHA: 1026b998b14fba1b8317528f47778240dc4e9a5d, Date: 2024-03-06
|
|
2511
2554
|
|
|
2512
2555
|
|
|
2513
|
-
##
|
|
2556
|
+
## Release v0.20.0 (2024-02-19)
|
|
2514
2557
|
|
|
2515
2558
|
Major Changes:
|
|
2516
2559
|
|
|
@@ -2571,7 +2614,7 @@ API Changes:
|
|
|
2571
2614
|
|
|
2572
2615
|
OpenAPI SHA: cdd76a98a4fca7008572b3a94427566dd286c63b, Date: 2024-02-19
|
|
2573
2616
|
|
|
2574
|
-
##
|
|
2617
|
+
## Release v0.19.1 (2024-02-15)
|
|
2575
2618
|
|
|
2576
2619
|
New features:
|
|
2577
2620
|
|
|
@@ -2580,7 +2623,7 @@ New features:
|
|
|
2580
2623
|
Bugfix:
|
|
2581
2624
|
|
|
2582
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()`.
|
|
2583
|
-
##
|
|
2626
|
+
## Release v0.19.0 (2024-02-09)
|
|
2584
2627
|
|
|
2585
2628
|
### Improvements and Bug Fixes
|
|
2586
2629
|
* Construct workspace client from account client ([#527](https://github.com/databricks/databricks-sdk-py/pull/527)).
|
|
@@ -2682,7 +2725,7 @@ Changes:
|
|
|
2682
2725
|
|
|
2683
2726
|
OpenAPI SHA: 6b897bc95b23abed8b9f5eff0e6b8ec034046180, Date: 2024-02-08
|
|
2684
2727
|
|
|
2685
|
-
##
|
|
2728
|
+
## Release v0.18.0 (2024-01-23)
|
|
2686
2729
|
|
|
2687
2730
|
Bugfixes:
|
|
2688
2731
|
|
|
@@ -2723,7 +2766,7 @@ API Changes:
|
|
|
2723
2766
|
|
|
2724
2767
|
OpenAPI SHA: e05401ed5dd4974c5333d737ec308a7d451f749f, Date: 2024-01-23
|
|
2725
2768
|
|
|
2726
|
-
##
|
|
2769
|
+
## Release v0.17.0 (2024-01-11)
|
|
2727
2770
|
|
|
2728
2771
|
* Use covariant type for `@retried(on=[...])` ([#486](https://github.com/databricks/databricks-sdk-py/pull/486)).
|
|
2729
2772
|
* Configure request timeout using existing parameter from Config ([#489](https://github.com/databricks/databricks-sdk-py/pull/489)).
|
|
@@ -2753,7 +2796,7 @@ API Changes:
|
|
|
2753
2796
|
|
|
2754
2797
|
OpenAPI SHA: 0e0d4cbe87193e36c73b8b2be3b0dd0f1b013e00, Date: 2024-01-10
|
|
2755
2798
|
|
|
2756
|
-
##
|
|
2799
|
+
## Release v0.16.0 (2023-12-20)
|
|
2757
2800
|
|
|
2758
2801
|
* Sort imports in service template ([#479](https://github.com/databricks/databricks-sdk-py/pull/479)).
|
|
2759
2802
|
* Add `py.typed` to support PEP-561 ([#483](https://github.com/databricks/databricks-sdk-py/pull/483)).
|
|
@@ -2783,7 +2826,7 @@ API Changes:
|
|
|
2783
2826
|
|
|
2784
2827
|
OpenAPI SHA: d3853c8dee5806d04da2ae8910f273ffb35719a5, Date: 2023-12-14
|
|
2785
2828
|
|
|
2786
|
-
##
|
|
2829
|
+
## Release v0.15.0 (2023-12-12)
|
|
2787
2830
|
|
|
2788
2831
|
Bugfixes:
|
|
2789
2832
|
|
|
@@ -2908,7 +2951,7 @@ API Changes:
|
|
|
2908
2951
|
|
|
2909
2952
|
OpenAPI SHA: 63caa3cb0c05045e81d3dcf2451fa990d8670f36, Date: 2023-12-12
|
|
2910
2953
|
|
|
2911
|
-
##
|
|
2954
|
+
## Release v0.14.0 (2023-11-29)
|
|
2912
2955
|
|
|
2913
2956
|
Major changes:
|
|
2914
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.
|
|
@@ -2941,7 +2984,7 @@ Dependency updates:
|
|
|
2941
2984
|
* Introduced "google-auth" dependency to support Google authentication.
|
|
2942
2985
|
|
|
2943
2986
|
|
|
2944
|
-
##
|
|
2987
|
+
## Release v0.13.0 (2023-11-14)
|
|
2945
2988
|
|
|
2946
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:
|
|
2947
2990
|
```python
|
|
@@ -3005,7 +3048,7 @@ Internal changes:
|
|
|
3005
3048
|
|
|
3006
3049
|
OpenAPI SHA: d136ad0541f036372601bad9a4382db06c3c912d, Date: 2023-11-14
|
|
3007
3050
|
|
|
3008
|
-
##
|
|
3051
|
+
## Release v0.12.0 (2023-10-24)
|
|
3009
3052
|
|
|
3010
3053
|
* Retry on all 429 and 503, even when missing Retry-After header ([#402](https://github.com/databricks/databricks-sdk-py/pull/402)).
|
|
3011
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)).
|
|
@@ -3022,7 +3065,7 @@ API Changes:
|
|
|
3022
3065
|
|
|
3023
3066
|
OpenAPI SHA: 5903bb39137fd76ac384b2044e425f9c56840e00, Date: 2023-10-23
|
|
3024
3067
|
|
|
3025
|
-
##
|
|
3068
|
+
## Release v0.11.0 (2023-10-12)
|
|
3026
3069
|
|
|
3027
3070
|
* Added Python 3.12 to project classifiers ([#381](https://github.com/databricks/databricks-sdk-py/pull/381)).
|
|
3028
3071
|
* Fix serialization issues for generated resources ([#382](https://github.com/databricks/databricks-sdk-py/pull/382)).
|
|
@@ -3092,7 +3135,7 @@ API Changes:
|
|
|
3092
3135
|
|
|
3093
3136
|
OpenAPI SHA: 493a76554afd3afdd15dc858773d01643f80352a, Date: 2023-10-12
|
|
3094
3137
|
|
|
3095
|
-
##
|
|
3138
|
+
## Release v0.10.0 (2023-10-03)
|
|
3096
3139
|
|
|
3097
3140
|
* Respect `retry_timeout_seconds` config setting and align retry implementation with Go SDK ([#337](https://github.com/databricks/databricks-sdk-py/pull/337)).
|
|
3098
3141
|
|
|
@@ -3128,7 +3171,7 @@ API Changes:
|
|
|
3128
3171
|
|
|
3129
3172
|
OpenAPI SHA: bcbf6e851e3d82fd910940910dd31c10c059746c, Date: 2023-10-02
|
|
3130
3173
|
|
|
3131
|
-
##
|
|
3174
|
+
## Release v0.9.0 (2023-09-20)
|
|
3132
3175
|
|
|
3133
3176
|
* Don't try to import runtime_auth when not in runtime ([#327](https://github.com/databricks/databricks-sdk-py/pull/327)).
|
|
3134
3177
|
* Handled Azure authentication when WorkspaceResourceID is provided ([#328](https://github.com/databricks/databricks-sdk-py/pull/328)).
|
|
@@ -3184,7 +3227,7 @@ API Changes:
|
|
|
3184
3227
|
|
|
3185
3228
|
OpenAPI SHA: b52a3b410976501f08f76ca0b355fb2dca876953, Date: 2023-09-15
|
|
3186
3229
|
|
|
3187
|
-
##
|
|
3230
|
+
## Release v0.8.0 (2023-09-04)
|
|
3188
3231
|
|
|
3189
3232
|
* Fixed redeclared `test_streaming_response_read_partial` test ([#335](https://github.com/databricks/databricks-sdk-py/pull/335)).
|
|
3190
3233
|
* Fixed `Incorrect type` warning ([#336](https://github.com/databricks/databricks-sdk-py/pull/336)).
|
|
@@ -3220,12 +3263,12 @@ API Changes:
|
|
|
3220
3263
|
* Added `databricks.sdk.service.sql.WidgetPosition` dataclass.
|
|
3221
3264
|
|
|
3222
3265
|
OpenAPI SHA: 09a7fa63d9ae243e5407941f200960ca14d48b07, Date: 2023-09-04
|
|
3223
|
-
##
|
|
3266
|
+
## Release v0.7.1 (2023-08-31)
|
|
3224
3267
|
|
|
3225
3268
|
* Improve file download performance ([#319](https://github.com/databricks/databricks-sdk-py/pull/319)).
|
|
3226
3269
|
|
|
3227
3270
|
|
|
3228
|
-
##
|
|
3271
|
+
## Release v0.7.0 (2023-08-29)
|
|
3229
3272
|
|
|
3230
3273
|
* Added support for GZIP'ed streaming responses ([#306](https://github.com/databricks/databricks-sdk-py/pull/306)).
|
|
3231
3274
|
* Added support for per-method request headers to ApiClient ([#302](https://github.com/databricks/databricks-sdk-py/pull/302)).
|
|
@@ -3307,7 +3350,7 @@ SDK Internal Changes:
|
|
|
3307
3350
|
|
|
3308
3351
|
OpenAPI SHA: 5d0ccbb790d341eae8e85321a685a9e9e2d5bf24, Date: 2023-08-29
|
|
3309
3352
|
|
|
3310
|
-
##
|
|
3353
|
+
## Release v0.6.0 (2023-08-17)
|
|
3311
3354
|
|
|
3312
3355
|
* Added collection of Databricks Runtime versions used together with Python SDK ([#287](https://github.com/databricks/databricks-sdk-py/pull/287)).
|
|
3313
3356
|
* Applied attribute transformer when reading in attributes from the environment ([#293](https://github.com/databricks/databricks-sdk-py/pull/293)).
|
|
@@ -3380,7 +3423,7 @@ Service Renames:
|
|
|
3380
3423
|
|
|
3381
3424
|
OpenAPI SHA: beff621d7b3e1d59244e2e34fc53a496f310e130, Date: 2023-08-17
|
|
3382
3425
|
|
|
3383
|
-
##
|
|
3426
|
+
## Release v0.5.0 (2023-08-11)
|
|
3384
3427
|
|
|
3385
3428
|
* Added `connection_pool_size` configuration property (preview) ([#276](https://github.com/databricks/databricks-sdk-py/pull/276)).
|
|
3386
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)).
|
|
@@ -3417,7 +3460,7 @@ API Changes:
|
|
|
3417
3460
|
|
|
3418
3461
|
OpenAPI SHA: 1e3533f94335f0e6c5d9262bc1fea95b3ddcb0e1, Date: 2023-08-11
|
|
3419
3462
|
|
|
3420
|
-
##
|
|
3463
|
+
## Release v0.4.0 (2023-08-07)
|
|
3421
3464
|
|
|
3422
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:
|
|
3423
3466
|
|
|
@@ -3633,14 +3676,14 @@ API Changes:
|
|
|
3633
3676
|
|
|
3634
3677
|
OpenAPI SHA: 386b65ecdc825b9c3ed4aa7ca88e2e5baf9d87df, Date: 2023-08-07
|
|
3635
3678
|
|
|
3636
|
-
##
|
|
3679
|
+
## Release v0.3.1 (2023-08-02)
|
|
3637
3680
|
|
|
3638
3681
|
* Added timeout to `w.clusters.ensure_cluster_running()` ([#227](https://github.com/databricks/databricks-sdk-py/pull/227)).
|
|
3639
3682
|
* Fixed `debug_headers` type hints for `WorkspaceClient` and `AccountClient` ([#258](https://github.com/databricks/databricks-sdk-py/pull/258)).
|
|
3640
3683
|
* Made dbutils typecast use a valid type variable ([#259](https://github.com/databricks/databricks-sdk-py/pull/259)).
|
|
3641
3684
|
|
|
3642
3685
|
|
|
3643
|
-
##
|
|
3686
|
+
## Release v0.3.0 (2023-07-27)
|
|
3644
3687
|
|
|
3645
3688
|
* Fixed serialization of lists of enum values ([#248](https://github.com/databricks/databricks-sdk-py/pull/248)).
|
|
3646
3689
|
* Fixed examples that used incorrect keyword argument names. (https://github.com/databricks/databricks-sdk-go/pull/560)
|
|
@@ -3674,12 +3717,12 @@ API Changes:
|
|
|
3674
3717
|
|
|
3675
3718
|
OpenAPI SHA: a1b6c1ecfaab6635911d3c060a8dd797ac6b2d4d, Date: 2023-07-27
|
|
3676
3719
|
|
|
3677
|
-
##
|
|
3720
|
+
## Release v0.2.1 (2023-07-18)
|
|
3678
3721
|
|
|
3679
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)).
|
|
3680
3723
|
|
|
3681
3724
|
|
|
3682
|
-
##
|
|
3725
|
+
## Release v0.2.0 (2023-07-18)
|
|
3683
3726
|
|
|
3684
3727
|
* Add Issue Templates ([#208](https://github.com/databricks/databricks-sdk-py/pull/208)).
|
|
3685
3728
|
* Fixed notebook native auth for jobs ([#209](https://github.com/databricks/databricks-sdk-py/pull/209)).
|
|
@@ -3768,7 +3811,7 @@ API Changes:
|
|
|
3768
3811
|
|
|
3769
3812
|
OpenAPI SHA: 0a1949ba96f71680dad30e06973eaae85b1307bb, Date: 2023-07-18
|
|
3770
3813
|
|
|
3771
|
-
##
|
|
3814
|
+
## Release v0.1.12 (2023-06-28)
|
|
3772
3815
|
|
|
3773
3816
|
* Beta release ([#198](https://github.com/databricks/databricks-sdk-py/pull/198)).
|
|
3774
3817
|
* Documentation improvements ([#197](https://github.com/databricks/databricks-sdk-py/pull/197)).
|
|
@@ -3786,7 +3829,7 @@ API changes:
|
|
|
3786
3829
|
* Renamed `jobs.GitSourceGitProvider` to `jobs.GitProvider`
|
|
3787
3830
|
* Renamed `jobs.FileArrivalTriggerSettings` to `jobs.FileArrivalTriggerConfiguration`
|
|
3788
3831
|
|
|
3789
|
-
##
|
|
3832
|
+
## Release v0.1.11 (2023-06-21)
|
|
3790
3833
|
|
|
3791
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)).
|
|
3792
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)).
|
|
@@ -3796,7 +3839,7 @@ API changes:
|
|
|
3796
3839
|
* Move classes to other repository ([#192](https://github.com/databricks/databricks-sdk-py/pull/192)).
|
|
3797
3840
|
* Relax `requests` version upper bound to <3 ([#138](https://github.com/databricks/databricks-sdk-py/pull/138)).
|
|
3798
3841
|
|
|
3799
|
-
##
|
|
3842
|
+
## Release v0.1.10 (2023-06-15)
|
|
3800
3843
|
|
|
3801
3844
|
* Regenerate from OpenAPI spec ([#176](https://github.com/databricks/databricks-sdk-py/pull/176)).
|
|
3802
3845
|
* Added improved notebook-native authentication ([#152](https://github.com/databricks/databricks-sdk-py/pull/152)).
|
|
@@ -3807,7 +3850,7 @@ API changes:
|
|
|
3807
3850
|
* Mark non-required fields as `Optional` ([#170](https://github.com/databricks/databricks-sdk-py/pull/170)).
|
|
3808
3851
|
* Synchronize auth permutation tests with Go SDK ([#165](https://github.com/databricks/databricks-sdk-py/pull/165)).
|
|
3809
3852
|
|
|
3810
|
-
##
|
|
3853
|
+
## Release v0.1.9 (2023-06-09)
|
|
3811
3854
|
|
|
3812
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)).
|
|
3813
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)).
|
|
@@ -3818,14 +3861,14 @@ API changes:
|
|
|
3818
3861
|
* Fixed generation of external entities ([#146](https://github.com/databricks/databricks-sdk-py/pull/146)).
|
|
3819
3862
|
* Make u2m authentication work with new CLI ([#150](https://github.com/databricks/databricks-sdk-py/pull/150)).
|
|
3820
3863
|
|
|
3821
|
-
##
|
|
3864
|
+
## Release v0.1.8 (2023-05-22)
|
|
3822
3865
|
|
|
3823
3866
|
* Regenerated from OpenAPI spec ([#124](https://github.com/databricks/databricks-sdk-py/pull/124)).
|
|
3824
3867
|
* Added `codecov.io` badge ([#126](https://github.com/databricks/databricks-sdk-py/pull/126)).
|
|
3825
3868
|
* Improved readme with links to examples ([#125](https://github.com/databricks/databricks-sdk-py/pull/125)).
|
|
3826
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)).
|
|
3827
3870
|
|
|
3828
|
-
##
|
|
3871
|
+
## Release v0.1.7 (2023-05-17)
|
|
3829
3872
|
|
|
3830
3873
|
* Added an extensive set of examples ([#113](https://github.com/databricks/databricks-sdk-py/pull/113)).
|
|
3831
3874
|
* Fixed broken `dbutils.fs.mount` and `dbutils.fs.updateMount` ([#119](https://github.com/databricks/databricks-sdk-py/pull/119)).
|
|
@@ -3836,35 +3879,35 @@ API changes:
|
|
|
3836
3879
|
* Rename `RefreshableCredentials` to `SessionCredentials` ([#116](https://github.com/databricks/databricks-sdk-py/pull/116)).
|
|
3837
3880
|
* Use shell for opening `az` cli on Windows ([#117](https://github.com/databricks/databricks-sdk-py/pull/117)).
|
|
3838
3881
|
|
|
3839
|
-
##
|
|
3882
|
+
## Release v0.1.6 (2023-05-10)
|
|
3840
3883
|
|
|
3841
3884
|
* Preserve original `databricks.sdk.runtime` for internal purposes ([#96](https://github.com/databricks/databricks-sdk-py/pull/96)).
|
|
3842
3885
|
|
|
3843
|
-
##
|
|
3886
|
+
## Release v0.1.5 (2023-05-08)
|
|
3844
3887
|
|
|
3845
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.
|
|
3846
3889
|
|
|
3847
|
-
##
|
|
3890
|
+
## Release v0.1.4 (2023-05-05)
|
|
3848
3891
|
|
|
3849
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)).
|
|
3850
3893
|
* Fixed error handling for SCIM and CommandExecution APIs ([#94](https://github.com/databricks/databricks-sdk-py/pull/94)).
|
|
3851
3894
|
* Created `dependabot.yml` ([#89](https://github.com/databricks/databricks-sdk-py/pull/89)).
|
|
3852
3895
|
|
|
3853
|
-
##
|
|
3896
|
+
## Release v0.1.3 (2023-05-03)
|
|
3854
3897
|
|
|
3855
3898
|
* Added support for sdist ([#86](https://github.com/databricks/databricks-sdk-py/pull/86)).
|
|
3856
3899
|
* Removed redundant newlines from AAD OAuth responses ([#85](https://github.com/databricks/databricks-sdk-py/pull/85)).
|
|
3857
3900
|
* Update README.md with doc links ([#83](https://github.com/databricks/databricks-sdk-py/pull/83)).
|
|
3858
3901
|
|
|
3859
|
-
##
|
|
3902
|
+
## Release v0.1.2 (2023-05-03)
|
|
3860
3903
|
|
|
3861
3904
|
* Fix `dbutils.fs.put()` utility ([#82](https://github.com/databricks/databricks-sdk-py/pull/82)).
|
|
3862
3905
|
|
|
3863
|
-
##
|
|
3906
|
+
## Release v0.1.1 (2023-04-28)
|
|
3864
3907
|
|
|
3865
3908
|
* Improve Azure AD auth ([#80](https://github.com/databricks/databricks-sdk-py/pull/80)).
|
|
3866
3909
|
|
|
3867
|
-
##
|
|
3910
|
+
## Release v0.1.0 (2023-04-20)
|
|
3868
3911
|
|
|
3869
3912
|
* Make code working with new OpenAPI packaging ([#78](https://github.com/databricks/databricks-sdk-py/pull/78)).
|
|
3870
3913
|
* Added `bricks` CLI authentication ([#66](https://github.com/databricks/databricks-sdk-py/pull/66)).
|