|
1 | 1 | # Version changelog
|
2 | 2 |
|
| 3 | +## Release v0.52.0 |
| 4 | + |
| 5 | +### API Changes |
| 6 | +* Added `future_feature_data_path` field for `databricks.sdk.service.ml.CreateForecastingExperimentRequest`. |
| 7 | +* Added `exclude_columns` and `include_columns` fields for `databricks.sdk.service.pipelines.TableSpecificConfig`. |
| 8 | +* Added `network_check_control_plane_failure`, `network_check_dns_server_failure`, `network_check_metadata_endpoint_failure`, `network_check_multiple_components_failure`, `network_check_nic_failure`, `network_check_storage_failure` and `secret_permission_denied` enum values for `databricks.sdk.service.compute.TerminationReasonCode`. |
| 9 | +* [Breaking] Changed `pipeline_id` field for `databricks.sdk.service.pipelines.EditPipeline` to be required. |
| 10 | +* Changed `connection_name`, `gateway_storage_catalog` and `gateway_storage_schema` fields for `databricks.sdk.service.pipelines.IngestionGatewayPipelineDefinition` to be required. |
| 11 | +* [Breaking] Changed `connection_name`, `gateway_storage_catalog` and `gateway_storage_schema` fields for `databricks.sdk.service.pipelines.IngestionGatewayPipelineDefinition` to be required. |
| 12 | +* Changed `kind` field for `databricks.sdk.service.pipelines.PipelineDeployment` to be required. |
| 13 | +* [Breaking] Changed `kind` field for `databricks.sdk.service.pipelines.PipelineDeployment` to be required. |
| 14 | +* Changed `destination_catalog`, `destination_schema` and `source_url` fields for `databricks.sdk.service.pipelines.ReportSpec` to be required. |
| 15 | +* [Breaking] Changed `destination_catalog`, `destination_schema` and `source_url` fields for `databricks.sdk.service.pipelines.ReportSpec` to be required. |
| 16 | +* Changed `destination_catalog`, `destination_schema` and `source_schema` fields for `databricks.sdk.service.pipelines.SchemaSpec` to be required. |
| 17 | +* [Breaking] Changed `destination_catalog`, `destination_schema` and `source_schema` fields for `databricks.sdk.service.pipelines.SchemaSpec` to be required. |
| 18 | +* [Breaking] Changed `destination_catalog`, `destination_schema` and `source_table` fields for `databricks.sdk.service.pipelines.TableSpec` to be required. |
| 19 | +* Changed `destination_catalog`, `destination_schema` and `source_table` fields for `databricks.sdk.service.pipelines.TableSpec` to be required. |
| 20 | +* [Breaking] Changed `results` field for `databricks.sdk.service.sql.ListAlertsV2Response` to type `databricks.sdk.service.sql.AlertV2List` dataclass. |
| 21 | +* [Breaking] Changed pagination for [AlertsV2API.list_alerts](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/sql/alerts_v2.html#databricks.sdk.service.sql.AlertsV2API.list_alerts) method. |
| 22 | +* 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. |
| 23 | + |
| 24 | + |
3 | 25 | ## Release v0.51.0
|
4 | 26 |
|
5 | 27 | ### New Features and Improvements
|
|
0 commit comments