dbt-labs / dbt-core

dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
https://getdbt.com
Apache License 2.0
9.65k stars 1.6k forks source link

[Feature] Summary stats for source freshness run #10692

Open Sennendog opened 1 week ago

Sennendog commented 1 week ago

Is this your first time submitting a feature request?

Describe the feature

Print summary stats for a "dbt source freshness" run (how many passed/warn/error), similar to summary stats for a "dbt test" run

Describe alternatives you've considered

Users of dbt write individual custom scripts to parse the output of source freshness to find and alter failed checks, this would be easier with a summary stats line at the end.

Who will this benefit?

All users of dbt who are using source freshness runs to monitor production (or other environment) data availability in a manual or automated fashion.

Are you interested in contributing this feature?

No response

Anything else?

No response

dbeatty10 commented 1 week ago

@Sennendog Thanks for reaching out !

Did you check if target/sources.json contains the information you are looking for?