Concept Flow - Source freshness checks
Define source in dbt project
Configure freshness criteria
Run dbt source freshness command
dbt queries source metadata
Compare source timestamps to criteria
Report freshness status
Take action if stale or warn
END
This flow shows how dbt checks source data freshness by defining sources, setting freshness rules, running checks, and reporting results.