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
-[#190](https://github.com/dbt-labs/terraform-provider-dbtcloud/issues/190) - Allow setting deferral for jobs at the environment level rather than at the job level. This is due to changes in CI in dbt Cloud. Add docs about those changes on the dbtcloud_job resource page
Copy file name to clipboardExpand all lines: docs/resources/job.md
+8-4
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,11 @@ description: |-
7
7
8
8
# dbtcloud_job (Resource)
9
9
10
-
11
-
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).
11
+
<br/>
12
+
<br/>
13
+
Those improvements include modifications to deferral which was historically set at the job level and will now be set at the environment level.
14
+
Deferral can still be set to "self" by setting `self_deferring` to `true` but with the new approach, deferral to other runs need to be done with `deferring_environment_id` instead of `deferring_job_id`.
~> 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).
11
+
<br/>
12
+
<br/>
13
+
Those improvements include modifications to deferral which was historically set at the job level and will now be set at the environment level.
14
+
Deferral can still be set to "self" by setting `self_deferring` to `true` but with the new approach, deferral to other runs need to be done with `deferring_environment_id` instead of `deferring_job_id`.
0 commit comments