Skip to content

Commit c486eb0

Browse files
author
phoenix
committed
Update SDK to 83ba5645aa5cf53f39008962d6ff4e64c07ba02b
1 parent 73b7c56 commit c486eb0

File tree

10 files changed

+3189
-3192
lines changed

10 files changed

+3189
-3192
lines changed

.codegen/_openapi_sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8f5eedbc991c4f04ce1284406577b0c92d59a224
1+
83ba5645aa5cf53f39008962d6ff4e64c07ba02b

.gitattributes

Lines changed: 3176 additions & 3176 deletions
Large diffs are not rendered by default.

databricks-sdk-java/src/main/java/com/databricks/sdk/service/catalog/SecurableKind.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import com.databricks.sdk.support.Generated;
66

7-
/** Latest kind: SECRET_EXTERNAL_AWS_SECRETS_MANAGER = 273; Next id:274 */
7+
/** Latest kind: CREDENTIAL_STORAGE_UC_CONNECTION = 275; Next id:276 */
88
@Generated
99
public enum SecurableKind {
1010
TABLE_DB_STORAGE,

databricks-sdk-java/src/main/java/com/databricks/sdk/service/compute/ClusterAttributes.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ public class ClusterAttributes {
9696

9797
/**
9898
* Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
99-
* space when its Spark workers are running low on disk space. This feature requires specific AWS
100-
* permissions to function correctly - refer to the User Guide for more details.
99+
* space when its Spark workers are running low on disk space.
101100
*/
102101
@JsonProperty("enable_elastic_disk")
103102
private Boolean enableElasticDisk;

databricks-sdk-java/src/main/java/com/databricks/sdk/service/compute/ClusterDetails.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ public class ClusterDetails {
160160

161161
/**
162162
* Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
163-
* space when its Spark workers are running low on disk space. This feature requires specific AWS
164-
* permissions to function correctly - refer to the User Guide for more details.
163+
* space when its Spark workers are running low on disk space.
165164
*/
166165
@JsonProperty("enable_elastic_disk")
167166
private Boolean enableElasticDisk;

databricks-sdk-java/src/main/java/com/databricks/sdk/service/compute/ClusterSpec.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ public class ClusterSpec {
110110

111111
/**
112112
* Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
113-
* space when its Spark workers are running low on disk space. This feature requires specific AWS
114-
* permissions to function correctly - refer to the User Guide for more details.
113+
* space when its Spark workers are running low on disk space.
115114
*/
116115
@JsonProperty("enable_elastic_disk")
117116
private Boolean enableElasticDisk;

databricks-sdk-java/src/main/java/com/databricks/sdk/service/compute/CreateCluster.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ public class CreateCluster {
113113

114114
/**
115115
* Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
116-
* space when its Spark workers are running low on disk space. This feature requires specific AWS
117-
* permissions to function correctly - refer to the User Guide for more details.
116+
* space when its Spark workers are running low on disk space.
118117
*/
119118
@JsonProperty("enable_elastic_disk")
120119
private Boolean enableElasticDisk;

databricks-sdk-java/src/main/java/com/databricks/sdk/service/compute/EditCluster.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ public class EditCluster {
110110

111111
/**
112112
* Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
113-
* space when its Spark workers are running low on disk space. This feature requires specific AWS
114-
* permissions to function correctly - refer to the User Guide for more details.
113+
* space when its Spark workers are running low on disk space.
115114
*/
116115
@JsonProperty("enable_elastic_disk")
117116
private Boolean enableElasticDisk;

databricks-sdk-java/src/main/java/com/databricks/sdk/service/compute/UpdateClusterResource.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ public class UpdateClusterResource {
9999

100100
/**
101101
* Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
102-
* space when its Spark workers are running low on disk space. This feature requires specific AWS
103-
* permissions to function correctly - refer to the User Guide for more details.
102+
* space when its Spark workers are running low on disk space.
104103
*/
105104
@JsonProperty("enable_elastic_disk")
106105
private Boolean enableElasticDisk;

databricks-sdk-java/src/main/java/com/databricks/sdk/service/sql/AlertV2Notification.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ public class AlertV2Notification {
1515
private Boolean notifyOnOk;
1616

1717
/**
18-
* Number of seconds an alert must wait after being triggered to rearm itself. After rearming, it
19-
* can be triggered again. If 0 or not specified, the alert will not be triggered again.
18+
* Number of seconds an alert waits after being triggered before it is allowed to send another
19+
* notification. If set to 0 or omitted, the alert will not send any further notifications after
20+
* the first trigger Setting this value to 1 allows the alert to send a notification on every
21+
* evaluation where the condition is met, effectively making it always retrigger for notification
22+
* purposes.
2023
*/
2124
@JsonProperty("retrigger_seconds")
2225
private Long retriggerSeconds;

0 commit comments

Comments
 (0)