Skip to content

Commit

Permalink
Remove webhook triggering run, redirect to trigger (#5084)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?
Now that we natively support job chaining, we don't need the sample code
showing how to do it with a webhook.

## Checklist

Adding or removing pages (delete if not applicable):
- [x] Add/remove page in `website/sidebars.js`
- [x] Add an entry for deleted pages in `website/vercel.json`
- [x] Run link testing locally with `npm run build` to update the links
that point to deleted pages
  • Loading branch information
mirnawong1 authored Mar 15, 2024
2 parents 9dd7a81 + eec8eb6 commit 5d7625d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 100 deletions.
2 changes: 1 addition & 1 deletion website/docs/docs/deploy/deploy-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Here are examples of cron job schedules. The dbt Cloud job scheduler supports us
- `0 7 L * 5`: At 07:00 AM, on the last day of the month, and on Friday.
- `30 14 L * *`: At 02:30 PM, on the last day of the month.

### Trigger on job completion <Lifecycle status="team,enterprise" />
### Trigger on job completion <Lifecycle status="team,enterprise" />

To _chain_ deploy jobs together, enable the **Run when another job finishes** option and specify the upstream (parent) job that, when it completes, will trigger your job. You can also use the [Create Job API](/dbt-cloud/api-v2#/operations/Create%20Job) to do this.

Expand Down
98 changes: 0 additions & 98 deletions website/docs/guides/zapier-new-cloud-job.md

This file was deleted.

7 changes: 6 additions & 1 deletion website/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,12 @@
},
{
"source": "/guides/orchestration/webhooks/zapier-new-cloud-job",
"destination": "/guides/zapier-new-cloud-job",
"destination": "/docs/deploy/deploy-jobs#trigger-on-job-completion--",
"permanent": true
},
{
"source": "/guides/zapier-new-cloud-job",
"destination": "/docs/deploy/deploy-jobs#trigger-on-job-completion--",
"permanent": true
},
{
Expand Down

0 comments on commit 5d7625d

Please sign in to comment.