dbt-labs / dbt-labs/jaffle_shop_duckdb

Cant get dbt build to work properly

Open
#46 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
288
Forks
235
PR merge metrics
No merged PRs in 30d

Description

Hi I've attempted to start the project by first copying the following instructions:

```
git clone https://github.com/dbt-labs/jaffle_shop_duckdb.git
cd jaffle_shop_duckdb
python3 -m venv venv
source venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
source venv/bin/activate
dbt build
dbt docs generate
dbt docs serve
```

And that led to this error.
Screenshot 2023-02-13 at 15 04 56

Screenshot 2023-02-13 at 15 05 39

So then I tried by using the provided vscode dev container but then it somehow fails to find the csv seed files. (even tho they exist in the repo)

Screenshot 2023-02-13 at 15 03 45

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.