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 throws error without additional command #40

Closed
jthandy opened this issue Jun 2, 2016 · 0 comments
Closed

dbt throws error without additional command #40

jthandy opened this issue Jun 2, 2016 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jthandy
Copy link
Member

jthandy commented Jun 2, 2016

if I just type dbt at command line i get the following error:

Traceback (most recent call last):
  File "/Users/tristan/Development/zendesk/venv/bin/dbt", line 11, in <module>
    sys.exit(main())
  File "/Users/tristan/Development/zendesk/venv/lib/python3.4/site-packages/dbt/main.py", line 43, in main
    proj = proj.with_profiles(parsed.profile)
AttributeError: 'Namespace' object has no attribute 'profile'

This should function like other bash commands and supply a list of possible well-formed commands.

@jthandy jthandy added the enhancement New feature or request label Jun 22, 2016
@drewbanin drewbanin modified the milestone: 0.2.1 Jul 14, 2016
yu-iskw pushed a commit to yu-iskw/dbt that referenced this issue Aug 17, 2021
…eries

fixed range bug in generate_series
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants