You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## What changes are proposed in this pull request?
Update SDK to latest API Definition.
## How is this tested?
Existing CI.
Co-authored-by: Omer Lachish <rauchy@users.noreply.github.com>
Copy file name to clipboardExpand all lines: NEXT_CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,3 +11,16 @@
11
11
### Internal Changes
12
12
13
13
### API Changes
14
+
* Added `Comment` field for [dashboards.GenieSendMessageFeedbackRequest](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/dashboards#GenieSendMessageFeedbackRequest).
15
+
*[Breaking] Added `Rating` field for [dashboards.GenieSendMessageFeedbackRequest](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/dashboards#GenieSendMessageFeedbackRequest).
16
+
* Added `EffectiveEnablePgNativeLogin` and `EnablePgNativeLogin` fields for [database.DatabaseInstance](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/database#DatabaseInstance).
17
+
* Added `TaskRetryMode` field for [jobs.Continuous](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#Continuous).
18
+
* Added `SourceConfigurations` field for [pipelines.IngestionPipelineDefinition](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#IngestionPipelineDefinition).
19
+
* Added `AppId`, `AppIdSet`, `AuthSecret`, `AuthSecretSet`, `ChannelUrl`, `ChannelUrlSet`, `TenantId` and `TenantIdSet` fields for [settings.MicrosoftTeamsConfig](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/settings#MicrosoftTeamsConfig).
20
+
* Added `EnsureRerankerCompatible` field for [vectorsearch.GetIndexRequest](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/vectorsearch#GetIndexRequest).
21
+
* Added `Reranker` field for [vectorsearch.QueryVectorIndexRequest](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/vectorsearch#QueryVectorIndexRequest).
22
+
*[Breaking] Changed `CreateCleanRoomAssetReview` method for [w.CleanRoomAssets](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/cleanrooms#CleanRoomAssetsAPI) workspace-level service with new required argument order.
23
+
*[Breaking] Changed `SendMessageFeedback` method for [w.Genie](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/dashboards#GenieAPI) workspace-level service with new required argument order.
24
+
* Changed `NotebookReview` field for [cleanrooms.CreateCleanRoomAssetReviewRequest](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/cleanrooms#CreateCleanRoomAssetReviewRequest) to no longer be required.
25
+
*[Breaking] Changed `Features` field for [ml.FeatureList](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#FeatureList) to type [][ml.LinkedFeature](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/ml#LinkedFeature).
26
+
*[Breaking] Removed `FeedbackRating` and `FeedbackText` fields for [dashboards.GenieSendMessageFeedbackRequest](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/dashboards#GenieSendMessageFeedbackRequest).
0 commit comments