Skip to content

Commit

Permalink
Feedback from jtcohen6
Browse files Browse the repository at this point in the history
  • Loading branch information
nghi-ly committed Mar 30, 2023
1 parent 8645f5b commit 6b96460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/docs/quickstarts/dbt-core/codespace-qs.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ If you'd like to work with a larger selection of Jaffle Shop data, you can gener
```shell
/workspaces/test (main) $ jafgen --years NUMBER_OF_YEARS
```
Replace `NUMBER_OF_YEARS` with the number of years you want to simulate. This command builds the CSV files and stores them in the `jaffle-data` folder, and is automatically sourced based on the `sources.yml` file and the `dbt-duckdb` adapter.
Replace `NUMBER_OF_YEARS` with the number of years you want to simulate. This command builds the CSV files and stores them in the `jaffle-data` folder, and is automatically sourced based on the `sources.yml` file and the [dbt-duckdb](/reference/warehouse-setups/duckdb-setup) adapter.

As you increase the number of years, it takes exponentially more time to generate the data because the Jaffle Shop stores grow in size and number. For a good balance of data size and time to build, dbt Labs suggests a maximum of 6 years.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/docs/quickstarts/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Before you begin, you will need:

<Card
title="Quickstart for dbt Core using GitHub Codespaces"
body="Learn how to quickly start running dbt commands in a GitHub codespace development environment with just a couple clicks."
body="Learn how to quickly start running dbt commands in a GitHub codespace development environment with just a few clicks."
link="/docs/quickstarts/dbt-core/codespace"
icon="github-codespace"/>

Expand Down

0 comments on commit 6b96460

Please sign in to comment.