Merge pull request #515 from dbt-labs/fix/501-add-source-freshness-in-list

Updating docs for missing source freshness rule
This commit is contained in:
Benoit Perigaud
2024-12-05 17:38:22 +01:00
committed by GitHub

View File

@@ -40,8 +40,8 @@ Source freshness is useful for understanding if your data pipelines are in a hea
**How to Remediate**
Apply a [source freshness block](https://docs.getdbt.com/docs/build/sources#declaring-source-freshness) to the source definition. This can be implemented at either the source name or table name level.
---
---
## Test Coverage
`fct_test_coverage` ([source](https://github.com/dbt-labs/dbt-project-evaluator/tree/main/models/marts/tests/fct_test_coverage.sql)) contains metrics pertaining to project-wide test coverage.