Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add note about webhook limit #6758

Merged
merged 6 commits into from
Jan 10, 2025
Merged

add note about webhook limit #6758

merged 6 commits into from
Jan 10, 2025

Conversation

mirnawong1
Copy link
Contributor

@mirnawong1 mirnawong1 commented Jan 10, 2025

this pr adds an info admonition to the webhook doc detailing how dbt cloud deactivates a webhook after 5 consecutive failed attempts in sending events to an endpoint.

  • would like PM review

raised in internal slack


🚀 Deployment available! Here are the direct links to the updated files:

@mirnawong1 mirnawong1 requested a review from a team as a code owner January 10, 2025 13:11
Copy link

vercel bot commented Jan 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
docs-getdbt-com ✅ Ready (Inspect) Visit Preview Jan 10, 2025 7:24pm

@mirnawong1 mirnawong1 requested a review from rpourzand January 10, 2025 13:12
@github-actions github-actions bot added content Improvements or additions to content size: small This change will take 1 to 2 days to address Docs team Authored by the Docs team @dbt Labs and removed content Improvements or additions to content labels Jan 10, 2025
Copy link
Contributor

@rpourzand rpourzand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

When done, click **Save**. dbt Cloud provides a secret token that you can use to [check for the authenticity of a webhook](#validate-a-webhook). It’s strongly recommended that you perform this check on your server to protect yourself from fake (spoofed) requests.
1. Navigate to **Account settings** in dbt Cloud (by clicking your account name from the left side panel)
2. Go to the **Webhooks** section and click **Create webhook**.
3. You can find the appropriate dbt Cloud access URL for your region and plan with [Regions & IP addresses](/docs/cloud/about-cloud/access-regions-ip-addresses).
Copy link
Contributor

@matthewshaver matthewshaver Jan 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this step needed for this particular workflow?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i dont think so either but it's also there currently. i can maybe move it up?

@mirnawong1 mirnawong1 enabled auto-merge January 10, 2025 19:17
dbt Cloud provides a secret token that you can use to [check for the authenticity of a webhook](#validate-a-webhook). It’s strongly recommended that you perform this check on your server to protect yourself from fake (spoofed) requests.

:::info
Note that dbt Cloud automatically deactivates a webhook after 5 consecutive failed attempts to send events to your endpoint. To re-activate the webhook, locate it in in the webhooks list and click the reactivate button to enable it and continue receiving events.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [vale] reported by reviewdog 🐶
[custom.Repitition] 'in' is repeated!

@mirnawong1 mirnawong1 merged commit 5ba10ee into current Jan 10, 2025
8 checks passed
@mirnawong1 mirnawong1 deleted the add-webhook-send-limit branch January 10, 2025 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs team Authored by the Docs team @dbt Labs size: small This change will take 1 to 2 days to address
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants