Skip to content

Commit

Permalink
Fold in feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
nghi-ly committed Apr 13, 2023
1 parent 6eb40ae commit bcdaf56
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions website/docs/docs/quickstarts/dbt-core/codespace-qs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ sidebar_label: "GitHub Codespace quickstart"

In this quickstart guide, you’ll learn how to create a codespace and be able to execute the `dbt build` command from it in _less than 5 minutes_.

dbt Labs provides a [GitHub Codespace](https://docs.github.com/en/codespaces/overview) template that you (and anyone else) can reuse to create a complete dbt environment with a working and runnable project. When you create the codespace, the [dev container](https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers) creates a fully functioning dbt environment, connects to a DuckDB database, and loads a year of data from our fictional Jaffle Shop café, which sells food and beverages in several US cities.

:::tip Check out our Jaffle Shop template
The [README](https://github.com/dbt-labs/jaffle-shop-template#readme) for the Jaffle Shop template also provides instructions on how to do this, along with animated GIFs. You can check those out, too.

:::
dbt Labs provides a [GitHub Codespace](https://docs.github.com/en/codespaces/overview) template that you (and anyone else) can reuse to create a complete dbt environment with a working and runnable project. When you create the codespace, the [dev container](https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers) creates a fully functioning dbt environment, connects to a DuckDB database, and loads a year of data from our fictional Jaffle Shop café, which sells food and beverages in several US cities. The [README](https://github.com/dbt-labs/jaffle-shop-template#readme) for the Jaffle Shop template also provides instructions on how to do this, along with animated GIFs.

## Prerequisites

Expand Down

0 comments on commit bcdaf56

Please sign in to comment.