-
Notifications
You must be signed in to change notification settings - Fork 165
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
Install elementary dbt package breaks dbt #1628
Comments
I could not reproduce this error. Can you please share the |
Of course! There you go:
|
You added Elementary to the In your dbt project, did you set an on-run-start logic or override some macros? |
I added Elementary to |
Hey @opiero, sorry for the late response 🫤 |
Describe the bug
After running
dbt deps
to install elementary data, I am unable to rundbt run -s elementary
or many other dbt commands such as run, run-operation, compile and test.Whenever one of these commands runs, the following error is shown:
To Reproduce
Steps to reproduce the behavior:
elementary-data/elementary
to yourpackages.yml
dbt_project.yml
as described in the official documentationdbt deps
dbt run --select elementary
Expected behavior
A clear and concise description of what you expected to happen.
I expected dbt to run normally without errors.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
dbt debug
says that all checks passed.Would you be willing to contribute a fix for this issue?
Yes
The text was updated successfully, but these errors were encountered: