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
Copy file name to clipboardExpand all lines: docs/resources/job.md
+37-7
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: |-
7
7
8
8
# dbtcloud_job (Resource)
9
9
10
-
~> As of September 2023, some CI improvements are being rolled out to dbt Cloud with minor impacts to some jobs: [more info](https://docs.getdbt.com/docs/dbt-versions/release-notes/june-2023/ci-updates-phase1-rn).
10
+
~> As of October 2023, CI improvements have been rolled out to dbt Cloud with minor impacts to some jobs: [more info](https://docs.getdbt.com/docs/dbt-versions/release-notes/june-2023/ci-updates-phase1-rn).
11
11
<br/>
12
12
<br/>
13
13
Those improvements include modifications to deferral which was historically set at the job level and will now be set at the environment level.
@@ -19,25 +19,54 @@ Deferral can still be set to "self" by setting `self_deferring` to `true` but wi
19
19
// use dbt_cloud_job instead of dbtcloud_job for the legacy resource names
20
20
// legacy names will be removed from 0.3 onwards
21
21
22
+
# a job that has github_webhook and git_provider_webhook
23
+
# set to false will be categorized as a "Deploy Job"
-`execute_steps` (List of String) List of commands to execute for the job
53
82
-`name` (String) Job name
54
83
-`project_id` (Number) Project ID to create the job in
55
-
-`triggers` (Map of Boolean) Flags for which types of triggers to use, keys of github_webhook, git_provider_webhook, schedule, custom_branch_only
84
+
-`triggers` (Map of Boolean) Flags for which types of triggers to use, possible values are `github_webhook`, `git_provider_webhook`, `schedule` and `custom_branch_only`. <br>`custom_branch_only` is only relevant for CI jobs triggered automatically on PR creation to only trigger a job on a PR to the custom branch of the environment.
0 commit comments