diff --git a/content/posts/sql-style-guide/index.md b/content/posts/sql-style-guide/index.md index 7dc1e2c..59ef8e2 100644 --- a/content/posts/sql-style-guide/index.md +++ b/content/posts/sql-style-guide/index.md @@ -7,7 +7,7 @@ tags: [ "tech", ] --- -*I recently had to learn the fundamentals of DBT and how to create a useful data pipeline. While reading up on DBT, I also decided to read up on some SQL best practices. This document compiles the rules that I’ve found to be the most useful, with some additional rules that fit my coding style. * +*I recently had to learn the fundamentals of DBT and how to create a useful data pipeline. While reading up on DBT, I also decided to read up on some SQL best practices. This document compiles the rules that I’ve found to be the most useful, with some additional rules that fit my coding style.* ---