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

When using the package syntax without version, dbt returns a vague error message #1546

Closed
clrcrl opened this issue Jun 17, 2019 · 0 comments · Fixed by #1551
Closed

When using the package syntax without version, dbt returns a vague error message #1546

clrcrl opened this issue Jun 17, 2019 · 0 comments · Fixed by #1551
Labels
bug Something isn't working

Comments

@clrcrl
Copy link
Contributor

clrcrl commented Jun 17, 2019

Issue

Issue description

When using the package syntax without version, dbt returns a vague error message:

$ cat packages.yml
packages:
  - package: fishtown-analytics/dbt_utils
$ dbt deps
Running with dbt=0.14.0-a1
Encountered an error:
'version'

Expected result

An error message more like:

No version was specified for package "fishtown-analytics/dbt_utils"

(Even that's not super helpful tbh)

@drewbanin drewbanin added the bug Something isn't working label Jun 18, 2019
@drewbanin drewbanin added this to the Wilt Chamberlain milestone Jun 18, 2019
beckjake added a commit that referenced this issue Jun 18, 2019
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

Successfully merging a pull request may close this issue.

2 participants