Skip to content

Commit

Permalink
Update website/docs/guides/duckdb-qs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliefiann authored Dec 24, 2024
1 parent 32f3073 commit 3baa745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/guides/duckdb-qs.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ If you'd like to work with a larger selection of Jaffle Shop data, you can gener

1. When installation is done, run:
```shell
/workspaces/test (main) $ jafgen --years NUMBER_OF_YEARS
jafgen [number of years to generate] # e.g. jafgen 6
```
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](/docs/core/connect-data-platform/duckdb-setup) adapter.

Expand Down

0 comments on commit 3baa745

Please sign in to comment.