1. dbt Labs Official Documentation
"Node selection syntax": This document details the source: selector. It states
"The source: selector will select a source. When used with dbt run
this will run all of the models that select from this source."
Source: dbt Labs Documentation
docs.getdbt.com
"Reference" -> "Node selection" -> "Syntax". Section: "The source: selector".
2. dbt Labs Official Documentation
"dbt run command": This page lists the valid arguments for the dbt run command
showing --select as the primary flag for specifying models to run.
Source: dbt Labs Documentation
docs.getdbt.com
"Reference" -> "dbt Commands" -> "run". Section: "Arguments".
3. dbt Labs Official Documentation
"About command line options": This page clarifies that --models is an alias for --select and explicitly recommends using --select for clarity and future compatibility.
Source: dbt Labs Documentation
docs.getdbt.com
"Reference" -> "Node selection" -> "About command line options". Section: "Full flag list".