3.3 Productionalizing your dbt project

When moving from building your pipeline, to *using* your pipeline, you'll want to put some production guardrails in place to make sure things run smoothly.

In this section, we'll learn about using Github to store your SQL models, running your data models on a timer using Sinter, and generally keeping your pipeline running smoothly.