Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant get dbt build to work properly #46

Open
Joshswooft opened this issue Feb 13, 2023 · 2 comments
Open

Cant get dbt build to work properly #46

Joshswooft opened this issue Feb 13, 2023 · 2 comments

Comments

@Joshswooft
Copy link

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

@sungchun12
Copy link
Contributor

I got this to work locally and through a dev container. Can you try one more time and send updated screenshots?

Are you on a macbook intel?

@Joshswooft
Copy link
Author

Joshswooft commented Mar 14, 2023

Hi @sungchun12 , I'm on the apple M1 chip. Version 12.6

Ran again in the dev container and it still fails.

Screenshot 2023-03-14 at 12 30 14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants