Skip to content

Commit 614b302

Browse files
[Release] Release v0.73.0
## Release v0.73.0 ### API Changes * Added [w.AiBuilder](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/aibuilder#AiBuilderAPI) workspace-level service. * Added [w.FeatureStore](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#FeatureStoreAPI) workspace-level service. * Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.ClusterAttributes](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#ClusterAttributes). * Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.ClusterDetails](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#ClusterDetails). * Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.ClusterSpec](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#ClusterSpec). * Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.CreateCluster](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#CreateCluster). * Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.CreateInstancePool](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#CreateInstancePool). * Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.EditCluster](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#EditCluster). * Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.EditInstancePool](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#EditInstancePool). * Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.GetInstancePool](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#GetInstancePool). * Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.InstancePoolAndStats](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#InstancePoolAndStats). * Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.UpdateClusterResource](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#UpdateClusterResource). * Added `ExpirationTime` field for [database.DatabaseCredential](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#DatabaseCredential). * Added `EffectiveStopped` field for [database.DatabaseInstance](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#DatabaseInstance). * Added `ExistingPipelineId` field for [database.SyncedTableSpec](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#SyncedTableSpec). * Added `PipelineId` field for [database.SyncedTableStatus](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#SyncedTableStatus). * Added `DbtPlatformOutput` field for [jobs.RunOutput](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#RunOutput). * Added `DbtPlatformTask` field for [jobs.RunTask](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#RunTask). * Added `DbtPlatformTask` field for [jobs.SubmitTask](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#SubmitTask). * Added `DbtPlatformTask` field for [jobs.Task](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#Task). * Added `Environment` field for [pipelines.CreatePipeline](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#CreatePipeline). * Added `Environment` field for [pipelines.EditPipeline](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#EditPipeline). * Added `Environment` field for [pipelines.PipelineSpec](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#PipelineSpec). * Added `Description` field for [serving.ServingEndpoint](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/serving#ServingEndpoint). * Added `Description` field for [serving.ServingEndpointDetailed](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/serving#ServingEndpointDetailed). * Added `R` enum value for [compute.Language](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#Language). * Added `Cancelled`, `Error`, `Queued`, `Running`, `Starting` and `Success` enum values for [jobs.DbtPlatformRunStatus](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#DbtPlatformRunStatus). * Added `Continuous` and `ContinuousRestart` enum values for [jobs.TriggerType](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#TriggerType). * [Breaking] Changed `Status` field for [jobs.DbtCloudJobRunStep](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#DbtCloudJobRunStep) to type [jobs.DbtPlatformRunStatus](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#DbtPlatformRunStatus). * [Breaking] Removed [w.CustomLlms](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/aibuilder#CustomLlmsAPI) workspace-level service. * [Breaking] Removed `TableServingUrl` field for [database.DatabaseTable](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#DatabaseTable). * [Breaking] Removed `TableServingUrl` field for [database.SyncedDatabaseTable](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#SyncedDatabaseTable). * [Breaking] Removed `PipelineId` field for [database.SyncedTableSpec](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#SyncedTableSpec). * [Breaking] Removed `Cancelled`, `Error`, `Queued`, `Running`, `Starting` and `Success` enum values for [jobs.DbtCloudRunStatus](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#DbtCloudRunStatus).
1 parent a59457f commit 614b302

4 files changed

Lines changed: 42 additions & 37 deletions

File tree

.release_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"timestamp": "2025-06-05 11:07:00+0000"
2+
"timestamp": "2025-06-19 08:45:14+0000"
33
}

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# Version changelog
22

3+
## Release v0.73.0
4+
5+
### API Changes
6+
* Added [w.AiBuilder](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/aibuilder#AiBuilderAPI) workspace-level service.
7+
* Added [w.FeatureStore](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#FeatureStoreAPI) workspace-level service.
8+
* Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.ClusterAttributes](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#ClusterAttributes).
9+
* Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.ClusterDetails](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#ClusterDetails).
10+
* Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.ClusterSpec](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#ClusterSpec).
11+
* Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.CreateCluster](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#CreateCluster).
12+
* Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.CreateInstancePool](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#CreateInstancePool).
13+
* Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.EditCluster](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#EditCluster).
14+
* Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.EditInstancePool](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#EditInstancePool).
15+
* Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.GetInstancePool](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#GetInstancePool).
16+
* Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.InstancePoolAndStats](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#InstancePoolAndStats).
17+
* Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.UpdateClusterResource](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#UpdateClusterResource).
18+
* Added `ExpirationTime` field for [database.DatabaseCredential](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#DatabaseCredential).
19+
* Added `EffectiveStopped` field for [database.DatabaseInstance](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#DatabaseInstance).
20+
* Added `ExistingPipelineId` field for [database.SyncedTableSpec](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#SyncedTableSpec).
21+
* Added `PipelineId` field for [database.SyncedTableStatus](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#SyncedTableStatus).
22+
* Added `DbtPlatformOutput` field for [jobs.RunOutput](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#RunOutput).
23+
* Added `DbtPlatformTask` field for [jobs.RunTask](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#RunTask).
24+
* Added `DbtPlatformTask` field for [jobs.SubmitTask](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#SubmitTask).
25+
* Added `DbtPlatformTask` field for [jobs.Task](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#Task).
26+
* Added `Environment` field for [pipelines.CreatePipeline](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#CreatePipeline).
27+
* Added `Environment` field for [pipelines.EditPipeline](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#EditPipeline).
28+
* Added `Environment` field for [pipelines.PipelineSpec](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#PipelineSpec).
29+
* Added `Description` field for [serving.ServingEndpoint](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/serving#ServingEndpoint).
30+
* Added `Description` field for [serving.ServingEndpointDetailed](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/serving#ServingEndpointDetailed).
31+
* Added `R` enum value for [compute.Language](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#Language).
32+
* Added `Cancelled`, `Error`, `Queued`, `Running`, `Starting` and `Success` enum values for [jobs.DbtPlatformRunStatus](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#DbtPlatformRunStatus).
33+
* Added `Continuous` and `ContinuousRestart` enum values for [jobs.TriggerType](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#TriggerType).
34+
* [Breaking] Changed `Status` field for [jobs.DbtCloudJobRunStep](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#DbtCloudJobRunStep) to type [jobs.DbtPlatformRunStatus](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#DbtPlatformRunStatus).
35+
* [Breaking] Removed [w.CustomLlms](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/aibuilder#CustomLlmsAPI) workspace-level service.
36+
* [Breaking] Removed `TableServingUrl` field for [database.DatabaseTable](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#DatabaseTable).
37+
* [Breaking] Removed `TableServingUrl` field for [database.SyncedDatabaseTable](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#SyncedDatabaseTable).
38+
* [Breaking] Removed `PipelineId` field for [database.SyncedTableSpec](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#SyncedTableSpec).
39+
* [Breaking] Removed `Cancelled`, `Error`, `Queued`, `Running`, `Starting` and `Success` enum values for [jobs.DbtCloudRunStatus](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#DbtCloudRunStatus).
40+
41+
342
## Release v0.72.0
443

544
### New Features and Improvements

NEXT_CHANGELOG.md

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NEXT CHANGELOG
22

3-
## Release v0.73.0
3+
## Release v0.74.0
44

55
### New Features and Improvements
66

@@ -11,37 +11,3 @@
1111
### Internal Changes
1212

1313
### API Changes
14-
* Added [w.AiBuilder](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/aibuilder#AiBuilderAPI) workspace-level service.
15-
* Added [w.FeatureStore](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#FeatureStoreAPI) workspace-level service.
16-
* Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.ClusterAttributes](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#ClusterAttributes).
17-
* Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.ClusterDetails](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#ClusterDetails).
18-
* Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.ClusterSpec](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#ClusterSpec).
19-
* Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.CreateCluster](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#CreateCluster).
20-
* Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.CreateInstancePool](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#CreateInstancePool).
21-
* Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.EditCluster](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#EditCluster).
22-
* Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.EditInstancePool](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#EditInstancePool).
23-
* Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.GetInstancePool](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#GetInstancePool).
24-
* Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.InstancePoolAndStats](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#InstancePoolAndStats).
25-
* Added `RemoteDiskThroughput` and `TotalInitialRemoteDiskSize` fields for [compute.UpdateClusterResource](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#UpdateClusterResource).
26-
* Added `ExpirationTime` field for [database.DatabaseCredential](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#DatabaseCredential).
27-
* Added `EffectiveStopped` field for [database.DatabaseInstance](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#DatabaseInstance).
28-
* Added `ExistingPipelineId` field for [database.SyncedTableSpec](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#SyncedTableSpec).
29-
* Added `PipelineId` field for [database.SyncedTableStatus](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#SyncedTableStatus).
30-
* Added `DbtPlatformOutput` field for [jobs.RunOutput](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#RunOutput).
31-
* Added `DbtPlatformTask` field for [jobs.RunTask](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#RunTask).
32-
* Added `DbtPlatformTask` field for [jobs.SubmitTask](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#SubmitTask).
33-
* Added `DbtPlatformTask` field for [jobs.Task](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#Task).
34-
* Added `Environment` field for [pipelines.CreatePipeline](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#CreatePipeline).
35-
* Added `Environment` field for [pipelines.EditPipeline](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#EditPipeline).
36-
* Added `Environment` field for [pipelines.PipelineSpec](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#PipelineSpec).
37-
* Added `Description` field for [serving.ServingEndpoint](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/serving#ServingEndpoint).
38-
* Added `Description` field for [serving.ServingEndpointDetailed](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/serving#ServingEndpointDetailed).
39-
* Added `R` enum value for [compute.Language](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/compute#Language).
40-
* Added `Cancelled`, `Error`, `Queued`, `Running`, `Starting` and `Success` enum values for [jobs.DbtPlatformRunStatus](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#DbtPlatformRunStatus).
41-
* Added `Continuous` and `ContinuousRestart` enum values for [jobs.TriggerType](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#TriggerType).
42-
* [Breaking] Changed `Status` field for [jobs.DbtCloudJobRunStep](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#DbtCloudJobRunStep) to type [jobs.DbtPlatformRunStatus](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#DbtPlatformRunStatus).
43-
* [Breaking] Removed [w.CustomLlms](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/aibuilder#CustomLlmsAPI) workspace-level service.
44-
* [Breaking] Removed `TableServingUrl` field for [database.DatabaseTable](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#DatabaseTable).
45-
* [Breaking] Removed `TableServingUrl` field for [database.SyncedDatabaseTable](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#SyncedDatabaseTable).
46-
* [Breaking] Removed `PipelineId` field for [database.SyncedTableSpec](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#SyncedTableSpec).
47-
* [Breaking] Removed `Cancelled`, `Error`, `Queued`, `Running`, `Starting` and `Success` enum values for [jobs.DbtCloudRunStatus](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#DbtCloudRunStatus).

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// Version of the SDK, updated manually before every tag
4-
const Version = "0.72.0"
4+
const Version = "0.73.0"

0 commit comments

Comments
 (0)