Remove reference node-selection yaml-selectors
article thumbnail

Your Essential dbt Project Checklist

dbt Developer Hub

Check to see if a node selector is a good option here instead of tags. You can use folder selectors in many cases to eliminate over tagging of every model in a folder. Are you using YAML selectors? Do you have circular model references? Are you tagging individual models in config blocks? If not, why?

Project 40