Overview - Source freshness checks
What is it?
Source freshness checks are a way to monitor how up-to-date your data sources are. They help you know if the data you use in your analysis or reports is fresh or outdated. This is done by checking timestamps or update times on the original data before it enters your data models. It ensures you trust the data's timeliness.
Why it matters
Without source freshness checks, you might make decisions based on old or stale data without realizing it. This can lead to wrong conclusions or missed opportunities. Freshness checks give you confidence that your data reflects the latest information, which is crucial for accurate analysis and business decisions.
Where it fits
Before learning source freshness checks, you should understand basic dbt concepts like models, sources, and tests. After mastering freshness checks, you can explore advanced data quality monitoring and alerting systems to automate data reliability.