-
Notifications
You must be signed in to change notification settings - Fork 7
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
Allow specifying of "project-dir" #67
Comments
Thanks for reporting and sharing your use-case!
|
Also, just to check: Have you tried running |
|
Understood, thanks for the additional info. I think this feature definitely makes sense. Would you like to contribute it? |
Want:
--project-dir
cli argument.Explanation:
Similar to
dbt run --project-dir my-project/
, I want to be able to parse and lint my project in a single command.My current workaround is to run
dbt parse ...
then point to the manifest. But I'd rather have a single command.The text was updated successfully, but these errors were encountered: