Skip to content

Commit

Permalink
Update deploy-jobs.md
Browse files Browse the repository at this point in the history
add more visibility to run job command behavior. raised by user in zendesk and [internal slack](https://dbt-labs.slack.com/archives/C02NCQ9483C/p1736520845461079)
  • Loading branch information
mirnawong1 authored Jan 14, 2025
1 parent b4d2ce8 commit bfaf7c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/docs/deploy/deploy-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ You can create a deploy job and configure it to run on [scheduled days and times
- (Optional) **Description** — Provide a description of what the job does (for example, what the job consumes and what the job produces).
- **Environment** — By default, it’s set to the deployment environment you created the deploy job from.
3. Options in the **Execution settings** section:
- **Commands** — By default, it includes the `dbt build` command. Click **Add command** to add more [commands](/docs/deploy/job-commands) that you want to be invoked when the job runs.
- **Generate docs on run** — Enable this option if you want to [generate project docs](/docs/collaborate/build-and-view-your-docs) when this deploy job runs.
- **Run source freshness** — Enable this option to invoke the `dbt source freshness` command before running the deploy job. Refer to [Source freshness](/docs/deploy/source-freshness) for more details.
- [**Commands**](/docs/deploy/job-commands#built-in-commands) — By default, it includes the `dbt build` command. Click **Add command** to add more [commands](/docs/deploy/job-commands) that you want to be invoked when the job runs. During a job run, [built-in commands](/docs/deploy/job-commands#built-in-commands) are "chained" together and if one run step fails, the entire job fails with an "Error" status.
- [**Generate docs on run**](/docs/deploy/job-commands#checkbox-commands) — Enable this option if you want to [generate project docs](/docs/collaborate/build-and-view-your-docs) when this deploy job runs. If the step fails, the job can succeed if subsequent steps pass.
- [**Run source freshness**](/docs/deploy/job-commands#checkbox-commands) — Enable this option to invoke the `dbt source freshness` command before running the deploy job. If the step fails, the job can succeed if subsequent steps pass. Refer to [Source freshness](/docs/deploy/source-freshness) for more details.
4. Options in the **Triggers** section:
- **Run on schedule** — Run the deploy job on a set schedule.
- **Timing** — Specify whether to [schedule](#schedule-days) the deploy job using **Intervals** that run the job every specified number of hours, **Specific hours** that run the job at specific times of day, or **Cron schedule** that run the job specified using [cron syntax](#cron-schedule).
Expand Down

0 comments on commit bfaf7c1

Please sign in to comment.