Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codegen/_openapi_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8f5eedbc991c4f04ce1284406577b0c92d59a224
9e3b5bea423b52a4510fbb70de9b2df76f9d39ed
6,352 changes: 3,176 additions & 3,176 deletions .gitattributes

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import com.databricks.sdk.support.Generated;

/** Latest kind: SECRET_EXTERNAL_AWS_SECRETS_MANAGER = 273; Next id:274 */
/** Latest kind: CREDENTIAL_STORAGE_UC_CONNECTION = 275; Next id:276 */
@Generated
public enum SecurableKind {
TABLE_DB_STORAGE,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ public class ClusterAttributes {

/**
* Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
* space when its Spark workers are running low on disk space. This feature requires specific AWS
* permissions to function correctly - refer to the User Guide for more details.
* space when its Spark workers are running low on disk space.
*/
@JsonProperty("enable_elastic_disk")
private Boolean enableElasticDisk;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ public class ClusterDetails {

/**
* Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
* space when its Spark workers are running low on disk space. This feature requires specific AWS
* permissions to function correctly - refer to the User Guide for more details.
* space when its Spark workers are running low on disk space.
*/
@JsonProperty("enable_elastic_disk")
private Boolean enableElasticDisk;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ public class ClusterSpec {

/**
* Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
* space when its Spark workers are running low on disk space. This feature requires specific AWS
* permissions to function correctly - refer to the User Guide for more details.
* space when its Spark workers are running low on disk space.
*/
@JsonProperty("enable_elastic_disk")
private Boolean enableElasticDisk;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ public class CreateCluster {

/**
* Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
* space when its Spark workers are running low on disk space. This feature requires specific AWS
* permissions to function correctly - refer to the User Guide for more details.
* space when its Spark workers are running low on disk space.
*/
@JsonProperty("enable_elastic_disk")
private Boolean enableElasticDisk;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ public class EditCluster {

/**
* Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
* space when its Spark workers are running low on disk space. This feature requires specific AWS
* permissions to function correctly - refer to the User Guide for more details.
* space when its Spark workers are running low on disk space.
*/
@JsonProperty("enable_elastic_disk")
private Boolean enableElasticDisk;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ public class UpdateClusterResource {

/**
* Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
* space when its Spark workers are running low on disk space. This feature requires specific AWS
* permissions to function correctly - refer to the User Guide for more details.
* space when its Spark workers are running low on disk space.
*/
@JsonProperty("enable_elastic_disk")
private Boolean enableElasticDisk;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ public class AlertV2Notification {
private Boolean notifyOnOk;

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