Skip to content

Commit

Permalink
Better description in slack unfurls for full_refersh config (#5980)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?
I pasted https://docs.getdbt.com/reference/resource-configs/full_refresh
into Slack and it unfurled saying to read the guide:

<img width="590" alt="image"
src="https://github.com/user-attachments/assets/4c9322df-00f1-4cac-865b-7c38d983c9ce">

Updating the text to instead provide information about the config.
There's a bunch of these spread across the docs site but I'm cleaning up
as I find them instead of doing a widespread fix.
  • Loading branch information
joellabes authored Aug 28, 2024
1 parent 5e2b1ac commit 84ef639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/resource-configs/full_refresh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
resource_types: [models, seeds]
description: "Full_Refresh - Read this in-depth guide to learn about configurations in dbt."
description: "Setting the full_refresh config to false prevents a model or seed from being rebuilt, even when the `--full-refresh` flag is included in an invocation."
datatype: boolean
---

Expand Down

0 comments on commit 84ef639

Please sign in to comment.