We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fishtown Analytics has a good set of recommendations I think we should all read through and consider: https://github.com/fishtown-analytics/corp/blob/master/dbt_coding_conventions.md
The article has advice for organizing refs and CTEs.
ref
Here's a quote I particularly like from the article:
DO NOT OPTIMIZE FOR A SMALLER NUMBER OF LINES OF CODE. NEWLINES ARE CHEAP, BRAIN TIME IS EXPENSIVE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Fishtown Analytics has a good set of recommendations I think we should all read through and consider: https://github.com/fishtown-analytics/corp/blob/master/dbt_coding_conventions.md
The article has advice for organizing
ref
s and CTEs.Here's a quote I particularly like from the article:
The text was updated successfully, but these errors were encountered: