Skip to content

Commit

Permalink
Update website/docs/docs/quickstarts/overview.md
Browse files Browse the repository at this point in the history
Co-authored-by: Leona B. Campbell <[email protected]>
  • Loading branch information
nghi-ly and runleonarun authored Mar 10, 2023
1 parent 4ace70a commit 87bcea4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/docs/quickstarts/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ sidebar_label: "About quickstarts"
description: "Quickly create and run your first dbt project with SQL."
---

dbt Core is a powerful open-source tool for data transformations, and dbt Cloud is the fastest and most reliable way to deploy your dbt jobs. With the help of a sample project, learn how to quickly start using dbt and one of the most common data platforms. The quickstarts will show you how to set up dbt and perform some key tasks. These tasks will illustrate how dbt establishes standard practices for your work such as using Git to version control your analytics code, testing your models to validate they are working correctly, documenting your models in detail to better collaborate with others, and scheduling jobs to execute at designated times.
dbt Core is a powerful open-source tool for data transformations, and dbt Cloud is the fastest and most reliable way to deploy your dbt jobs. With the help of a sample project, learn how to quickly start using dbt and one of the most common data platforms.

The quickstarts will show you how to set up dbt and perform some key tasks. These tasks will illustrate how dbt establishes standard practices for your work such as using Git to version control your analytics code, testing your models to validate they are working correctly, documenting your models in detail to better collaborate with others, and scheduling jobs to execute at designated times.

Before you begin, you will need:

Expand Down

0 comments on commit 87bcea4

Please sign in to comment.