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 With Latest Spec
## How is this tested?
N/A
Co-authored-by: Omer Lachish <rauchy@users.noreply.github.com>
Copy file name to clipboardExpand all lines: NEXT_CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,3 +16,14 @@
16
16
### Internal Changes
17
17
18
18
### API Changes
19
+
* Add `createMaterializedFeature()`, `deleteMaterializedFeature()`, `getMaterializedFeature()`, `listMaterializedFeatures()` and `updateMaterializedFeature()` methods for `workspaceClient.featureEngineering()` service.
20
+
* Add `filterCondition` field for `com.databricks.sdk.service.ml.Feature`.
21
+
* Change `displayName`, `evaluation`, `queryText`, `schedule` and `warehouseId` fields for `com.databricks.sdk.service.sql.AlertV2` to be required.
22
+
*[Breaking] Change `displayName`, `evaluation`, `queryText`, `schedule` and `warehouseId` fields for `com.databricks.sdk.service.sql.AlertV2` to be required.
23
+
*[Breaking] Change `comparisonOperator` and `source` fields for `com.databricks.sdk.service.sql.AlertV2Evaluation` to be required.
24
+
* Change `comparisonOperator` and `source` fields for `com.databricks.sdk.service.sql.AlertV2Evaluation` to be required.
25
+
* Change `name` field for `com.databricks.sdk.service.sql.AlertV2OperandColumn` to be required.
26
+
*[Breaking] Change `name` field for `com.databricks.sdk.service.sql.AlertV2OperandColumn` to be required.
27
+
* Change `quartzCronSchedule` and `timezoneId` fields for `com.databricks.sdk.service.sql.CronSchedule` to be required.
28
+
*[Breaking] Change `quartzCronSchedule` and `timezoneId` fields for `com.databricks.sdk.service.sql.CronSchedule` to be required.
29
+
*[Breaking] Remove `results` field for `com.databricks.sdk.service.sql.ListAlertsV2Response`.
0 commit comments