We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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)
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
Hi @sungchun12 , I'm on the apple M1 chip. Version 12.6
Ran again in the dev container and it still fails.
No branches or pull requests
Hi I've attempted to start the project by first copying the following instructions:
And that led to this error.
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)
The text was updated successfully, but these errors were encountered: