1. dbt Labs Official Documentation
dbt source freshness command: This document confirms that the dbt source freshness command accepts the --exclude argument for node selection.
Reference: In the "Command reference" section for dbt source freshness
it states
"This command accepts select and exclude arguments..."
URL: https://docs.getdbt.com/reference/commands/source-freshness
2. dbt Labs Official Documentation
Node selection syntax: This page details the various methods and criteria available for the --select and --exclude arguments
demonstrating that selection is based on multiple criteria
not just tags.
Reference: The "Selection methods" section lists various selectors like fqn:
tag:
source:
and path:.
URL: https://docs.getdbt.com/reference/node-selection/syntax
3. dbt Labs Official Documentation
About sources: This document clarifies that sources are declared representations of raw data and are not created or materialized by dbt.
Reference: The "About sources" page states
"Sources make it possible to name and describe the raw data loaded into your warehouse." This confirms they lack a dbt materialization property.
URL: https://docs.getdbt.com/docs/build/sources