Summary
Congratulations!
In this chapter, you have completed the setup of a world-class environment completely in the cloud and you have started to use dbt Cloud to edit and deploy your project to your DB.
You opened a GitHub account and created your first repository, then created your dbt Cloud account. Then, we walked through creating your first dbt project by connecting dbt Cloud to the GitHub account you just created and to the Snowflake account you created in the first chapter.
We then compared the dbt Core and dbt Cloud workflows and started to learn how to use the dbt Cloud IDE by trying out some SQL code from the first chapter.
In the last part of this chapter, you explored the default dbt project, learning about the ref
and source
functions, and how to run, test, and edit the models of a dbt project.
In the next chapter, Data Modeling for Data Engineering, you will learn the basics of data modeling and how to represent data models.