Overview - Naming conventions at scale
What is it?
Naming conventions at scale are agreed rules for naming files, tables, columns, and models in large data projects. They help keep things clear and consistent when many people work together. Without clear names, it becomes hard to find, understand, or trust data. These conventions guide how to name things so everyone can easily read and use the data.
Why it matters
Without naming conventions, data projects become confusing and error-prone as they grow. Teams waste time guessing what data means or fixing mistakes caused by unclear names. Good naming conventions save time, reduce errors, and make collaboration smooth. They help data stay trustworthy and easy to maintain, even as projects get very large.
Where it fits
Before learning naming conventions, you should understand basic dbt concepts like models, sources, and how data flows. After mastering naming conventions, you can learn about advanced dbt features like testing, documentation, and deployment automation. Naming conventions are a foundation for clean, scalable data engineering.