@pulumi/databricks 1.25.0-alpha.1696656849 → 1.25.0-alpha.1696966234
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/job.d.ts +2 -2
- package/package.json +1 -1
- package/types/input.d.ts +11 -16
- package/types/output.d.ts +11 -16
package/job.d.ts
CHANGED
|
@@ -115,7 +115,7 @@ export declare class Job extends pulumi.CustomResource {
|
|
|
115
115
|
readonly timeoutSeconds: pulumi.Output<number | undefined>;
|
|
116
116
|
readonly trigger: pulumi.Output<outputs.JobTrigger | undefined>;
|
|
117
117
|
/**
|
|
118
|
-
*
|
|
118
|
+
* URL of the job on the given workspace
|
|
119
119
|
*/
|
|
120
120
|
readonly url: pulumi.Output<string>;
|
|
121
121
|
/**
|
|
@@ -224,7 +224,7 @@ export interface JobState {
|
|
|
224
224
|
timeoutSeconds?: pulumi.Input<number>;
|
|
225
225
|
trigger?: pulumi.Input<inputs.JobTrigger>;
|
|
226
226
|
/**
|
|
227
|
-
*
|
|
227
|
+
* URL of the job on the given workspace
|
|
228
228
|
*/
|
|
229
229
|
url?: pulumi.Input<string>;
|
|
230
230
|
/**
|
package/package.json
CHANGED
package/types/input.d.ts
CHANGED
|
@@ -2846,7 +2846,7 @@ export interface JobJobClusterNewClusterClusterMountInfoNetworkFilesystemInfo {
|
|
|
2846
2846
|
export interface JobJobClusterNewClusterDockerImage {
|
|
2847
2847
|
basicAuth?: pulumi.Input<inputs.JobJobClusterNewClusterDockerImageBasicAuth>;
|
|
2848
2848
|
/**
|
|
2849
|
-
*
|
|
2849
|
+
* URL of the job on the given workspace
|
|
2850
2850
|
*/
|
|
2851
2851
|
url: pulumi.Input<string>;
|
|
2852
2852
|
}
|
|
@@ -3060,7 +3060,7 @@ export interface JobNewClusterClusterMountInfoNetworkFilesystemInfo {
|
|
|
3060
3060
|
export interface JobNewClusterDockerImage {
|
|
3061
3061
|
basicAuth?: pulumi.Input<inputs.JobNewClusterDockerImageBasicAuth>;
|
|
3062
3062
|
/**
|
|
3063
|
-
*
|
|
3063
|
+
* URL of the job on the given workspace
|
|
3064
3064
|
*/
|
|
3065
3065
|
url: pulumi.Input<string>;
|
|
3066
3066
|
}
|
|
@@ -3579,7 +3579,7 @@ export interface JobTaskNewClusterClusterMountInfoNetworkFilesystemInfo {
|
|
|
3579
3579
|
export interface JobTaskNewClusterDockerImage {
|
|
3580
3580
|
basicAuth?: pulumi.Input<inputs.JobTaskNewClusterDockerImageBasicAuth>;
|
|
3581
3581
|
/**
|
|
3582
|
-
*
|
|
3582
|
+
* URL of the job on the given workspace
|
|
3583
3583
|
*/
|
|
3584
3584
|
url: pulumi.Input<string>;
|
|
3585
3585
|
}
|
|
@@ -3931,7 +3931,7 @@ export interface JobTriggerFileArrival {
|
|
|
3931
3931
|
*/
|
|
3932
3932
|
minTimeBetweenTriggersSeconds?: pulumi.Input<number>;
|
|
3933
3933
|
/**
|
|
3934
|
-
*
|
|
3934
|
+
* URL of the job on the given workspace
|
|
3935
3935
|
*/
|
|
3936
3936
|
url: pulumi.Input<string>;
|
|
3937
3937
|
/**
|
|
@@ -3967,33 +3967,25 @@ export interface JobWebhookNotifications {
|
|
|
3967
3967
|
}
|
|
3968
3968
|
export interface JobWebhookNotificationsOnDurationWarningThresholdExceeded {
|
|
3969
3969
|
/**
|
|
3970
|
-
* ID of the
|
|
3971
|
-
*
|
|
3972
|
-
* > **Note** The following configuration blocks can be standalone or nested inside a `task` block
|
|
3970
|
+
* ID of the job
|
|
3973
3971
|
*/
|
|
3974
3972
|
id: pulumi.Input<string>;
|
|
3975
3973
|
}
|
|
3976
3974
|
export interface JobWebhookNotificationsOnFailure {
|
|
3977
3975
|
/**
|
|
3978
|
-
* ID of the
|
|
3979
|
-
*
|
|
3980
|
-
* > **Note** The following configuration blocks can be standalone or nested inside a `task` block
|
|
3976
|
+
* ID of the job
|
|
3981
3977
|
*/
|
|
3982
3978
|
id: pulumi.Input<string>;
|
|
3983
3979
|
}
|
|
3984
3980
|
export interface JobWebhookNotificationsOnStart {
|
|
3985
3981
|
/**
|
|
3986
|
-
* ID of the
|
|
3987
|
-
*
|
|
3988
|
-
* > **Note** The following configuration blocks can be standalone or nested inside a `task` block
|
|
3982
|
+
* ID of the job
|
|
3989
3983
|
*/
|
|
3990
3984
|
id: pulumi.Input<string>;
|
|
3991
3985
|
}
|
|
3992
3986
|
export interface JobWebhookNotificationsOnSuccess {
|
|
3993
3987
|
/**
|
|
3994
|
-
* ID of the
|
|
3995
|
-
*
|
|
3996
|
-
* > **Note** The following configuration blocks can be standalone or nested inside a `task` block
|
|
3988
|
+
* ID of the job
|
|
3997
3989
|
*/
|
|
3998
3990
|
id: pulumi.Input<string>;
|
|
3999
3991
|
}
|
|
@@ -4561,6 +4553,9 @@ export interface ShareObject {
|
|
|
4561
4553
|
status?: pulumi.Input<string>;
|
|
4562
4554
|
}
|
|
4563
4555
|
export interface ShareObjectPartition {
|
|
4556
|
+
/**
|
|
4557
|
+
* The value of the partition column. When this value is not set, it means null value. When this field is set, field `recipientPropertyKey` can not be set.
|
|
4558
|
+
*/
|
|
4564
4559
|
values: pulumi.Input<pulumi.Input<inputs.ShareObjectPartitionValue>[]>;
|
|
4565
4560
|
}
|
|
4566
4561
|
export interface ShareObjectPartitionValue {
|
package/types/output.d.ts
CHANGED
|
@@ -1657,7 +1657,7 @@ export interface JobJobClusterNewClusterClusterMountInfoNetworkFilesystemInfo {
|
|
|
1657
1657
|
export interface JobJobClusterNewClusterDockerImage {
|
|
1658
1658
|
basicAuth?: outputs.JobJobClusterNewClusterDockerImageBasicAuth;
|
|
1659
1659
|
/**
|
|
1660
|
-
*
|
|
1660
|
+
* URL of the job on the given workspace
|
|
1661
1661
|
*/
|
|
1662
1662
|
url: string;
|
|
1663
1663
|
}
|
|
@@ -1871,7 +1871,7 @@ export interface JobNewClusterClusterMountInfoNetworkFilesystemInfo {
|
|
|
1871
1871
|
export interface JobNewClusterDockerImage {
|
|
1872
1872
|
basicAuth?: outputs.JobNewClusterDockerImageBasicAuth;
|
|
1873
1873
|
/**
|
|
1874
|
-
*
|
|
1874
|
+
* URL of the job on the given workspace
|
|
1875
1875
|
*/
|
|
1876
1876
|
url: string;
|
|
1877
1877
|
}
|
|
@@ -2390,7 +2390,7 @@ export interface JobTaskNewClusterClusterMountInfoNetworkFilesystemInfo {
|
|
|
2390
2390
|
export interface JobTaskNewClusterDockerImage {
|
|
2391
2391
|
basicAuth?: outputs.JobTaskNewClusterDockerImageBasicAuth;
|
|
2392
2392
|
/**
|
|
2393
|
-
*
|
|
2393
|
+
* URL of the job on the given workspace
|
|
2394
2394
|
*/
|
|
2395
2395
|
url: string;
|
|
2396
2396
|
}
|
|
@@ -2742,7 +2742,7 @@ export interface JobTriggerFileArrival {
|
|
|
2742
2742
|
*/
|
|
2743
2743
|
minTimeBetweenTriggersSeconds?: number;
|
|
2744
2744
|
/**
|
|
2745
|
-
*
|
|
2745
|
+
* URL of the job on the given workspace
|
|
2746
2746
|
*/
|
|
2747
2747
|
url: string;
|
|
2748
2748
|
/**
|
|
@@ -2778,33 +2778,25 @@ export interface JobWebhookNotifications {
|
|
|
2778
2778
|
}
|
|
2779
2779
|
export interface JobWebhookNotificationsOnDurationWarningThresholdExceeded {
|
|
2780
2780
|
/**
|
|
2781
|
-
* ID of the
|
|
2782
|
-
*
|
|
2783
|
-
* > **Note** The following configuration blocks can be standalone or nested inside a `task` block
|
|
2781
|
+
* ID of the job
|
|
2784
2782
|
*/
|
|
2785
2783
|
id: string;
|
|
2786
2784
|
}
|
|
2787
2785
|
export interface JobWebhookNotificationsOnFailure {
|
|
2788
2786
|
/**
|
|
2789
|
-
* ID of the
|
|
2790
|
-
*
|
|
2791
|
-
* > **Note** The following configuration blocks can be standalone or nested inside a `task` block
|
|
2787
|
+
* ID of the job
|
|
2792
2788
|
*/
|
|
2793
2789
|
id: string;
|
|
2794
2790
|
}
|
|
2795
2791
|
export interface JobWebhookNotificationsOnStart {
|
|
2796
2792
|
/**
|
|
2797
|
-
* ID of the
|
|
2798
|
-
*
|
|
2799
|
-
* > **Note** The following configuration blocks can be standalone or nested inside a `task` block
|
|
2793
|
+
* ID of the job
|
|
2800
2794
|
*/
|
|
2801
2795
|
id: string;
|
|
2802
2796
|
}
|
|
2803
2797
|
export interface JobWebhookNotificationsOnSuccess {
|
|
2804
2798
|
/**
|
|
2805
|
-
* ID of the
|
|
2806
|
-
*
|
|
2807
|
-
* > **Note** The following configuration blocks can be standalone or nested inside a `task` block
|
|
2799
|
+
* ID of the job
|
|
2808
2800
|
*/
|
|
2809
2801
|
id: string;
|
|
2810
2802
|
}
|
|
@@ -3372,6 +3364,9 @@ export interface ShareObject {
|
|
|
3372
3364
|
status: string;
|
|
3373
3365
|
}
|
|
3374
3366
|
export interface ShareObjectPartition {
|
|
3367
|
+
/**
|
|
3368
|
+
* The value of the partition column. When this value is not set, it means null value. When this field is set, field `recipientPropertyKey` can not be set.
|
|
3369
|
+
*/
|
|
3375
3370
|
values: outputs.ShareObjectPartitionValue[];
|
|
3376
3371
|
}
|
|
3377
3372
|
export interface ShareObjectPartitionValue {
|