I cannot find a way to skip specific models from dbt source freshness checks.
I ran the following code:
dbt source freshness --exclude source: core_stg.cdr_stg_hsr_hsc
core_stg is the schema from sources.yml and cdr_stg_hsr_hsc is the table name from sources.yml
Thanks a lot! I removed the white space as well as capitalizing the source and table name. I didnt realize it was case sensitive and it fixed the issue.
Appreciate the help