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

dbt should throw if package required by macro is not installed #655

Closed
drewbanin opened this issue Feb 14, 2018 · 0 comments
Closed

dbt should throw if package required by macro is not installed #655

drewbanin opened this issue Feb 14, 2018 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@drewbanin
Copy link
Contributor

This can happen if dbt deps is not run.

In particular, I saw this happen with a schema test defined in a package. Dbt raised:

None type has no attr get

here: https://github.com/fishtown-analytics/dbt/blob/v0.9.1/dbt/parser.py#L114

@drewbanin drewbanin added the bug Something isn't working label Feb 14, 2018
@drewbanin drewbanin added this to the 0.9.2 milestone Feb 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant