Useful Resources
Workflows

DBT saves artifacts when jobs are run which allows for creating powerful workflows. The states of commands are saved as artifacts. For example, the below code will reference the status of the data’s freshness and only build models that are “fresh”.

# Command step order
dbt source freshness
dbt build --select source_status:fresher+