@pulumi/dbtcloud 1.11.0 → 1.11.1
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 +3 -3
- package/package.json +2 -2
package/job.d.ts
CHANGED
|
@@ -176,7 +176,7 @@ export declare class Job extends pulumi.CustomResource {
|
|
|
176
176
|
*/
|
|
177
177
|
readonly jobId: pulumi.Output<number>;
|
|
178
178
|
/**
|
|
179
|
-
*
|
|
179
|
+
* The job type, inferred by the dbt platform from the configured triggers: `ci` (git provider webhook), `merge` (on-merge), or `scheduled`/`other` otherwise. Setting it explicitly only meaningfully distinguishes `ci`/`merge`/`adaptive`; `scheduled` and `other` are derived from whether a schedule trigger is active and cannot be enforced.
|
|
180
180
|
*/
|
|
181
181
|
readonly jobType: pulumi.Output<string>;
|
|
182
182
|
/**
|
|
@@ -323,7 +323,7 @@ export interface JobState {
|
|
|
323
323
|
*/
|
|
324
324
|
jobId?: pulumi.Input<number | undefined>;
|
|
325
325
|
/**
|
|
326
|
-
*
|
|
326
|
+
* The job type, inferred by the dbt platform from the configured triggers: `ci` (git provider webhook), `merge` (on-merge), or `scheduled`/`other` otherwise. Setting it explicitly only meaningfully distinguishes `ci`/`merge`/`adaptive`; `scheduled` and `other` are derived from whether a schedule trigger is active and cannot be enforced.
|
|
327
327
|
*/
|
|
328
328
|
jobType?: pulumi.Input<string | undefined>;
|
|
329
329
|
/**
|
|
@@ -458,7 +458,7 @@ export interface JobArgs {
|
|
|
458
458
|
*/
|
|
459
459
|
jobCompletionTriggerConditions?: pulumi.Input<pulumi.Input<inputs.JobJobCompletionTriggerCondition>[] | undefined>;
|
|
460
460
|
/**
|
|
461
|
-
*
|
|
461
|
+
* The job type, inferred by the dbt platform from the configured triggers: `ci` (git provider webhook), `merge` (on-merge), or `scheduled`/`other` otherwise. Setting it explicitly only meaningfully distinguishes `ci`/`merge`/`adaptive`; `scheduled` and `other` are derived from whether a schedule trigger is active and cannot be enforced.
|
|
462
462
|
*/
|
|
463
463
|
jobType?: pulumi.Input<string | undefined>;
|
|
464
464
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/dbtcloud",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.1",
|
|
4
4
|
"description": "A Pulumi package for creating and managing dbt Cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"pulumi": {
|
|
27
27
|
"resource": true,
|
|
28
28
|
"name": "dbtcloud",
|
|
29
|
-
"version": "1.11.
|
|
29
|
+
"version": "1.11.1",
|
|
30
30
|
"server": "github://api.github.com/pulumi/pulumi-dbtcloud"
|
|
31
31
|
}
|
|
32
32
|
}
|