From 53d0ac68d4f47da60c840bedac12654751cb0235 Mon Sep 17 00:00:00 2001 From: Chisom Mbama <48388646+chisom-mbama@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:06:23 +0100 Subject: [PATCH] Update sources model with clear comment on what freshness block is used by the customers table (#5687) ## What are you changing in this pull request and why? I am making updates to a comment in the model, to provide clarity on which exact freshness parameter is used by the customers table. It was unclear if the freshness used by the customers table is the one defined above for the orders table, or the default freshness defined in the source block; since both freshness parameters are 'defined above' - [x] Updated comment needs to be reviewed for accuracy ## Checklist - [x] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines. - [x] For [docs versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#about-versioning), review how to [version a whole page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) and [version a block of content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content). - [x] Add a checklist item for anything that needs to happen before this PR is merged, such as "needs technical review" or "change base branch." --------- Co-authored-by: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> --- website/docs/docs/build/sources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/build/sources.md b/website/docs/docs/build/sources.md index 93757cdfa71..ce97e34b746 100644 --- a/website/docs/docs/build/sources.md +++ b/website/docs/docs/build/sources.md @@ -155,7 +155,7 @@ sources: warn_after: {count: 6, period: hour} error_after: {count: 12, period: hour} - - name: customers # this will use the freshness defined above + - name: customers # this inherits the default freshness defined in the jaffle_shop source block at the beginning - name: product_skus