-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
--verbose flag #619
Comments
👍 to this. Particularly useful for incremental model logging |
This would help alleviate confusion about why "dbt is taking so long to get started". We run a few I don't think the Jinja code would have to be written, just some description or name of the current step it's on. Our dbt_project.yml has
On a dbt run it'd be nice too see something like
I'm not sure where that name / description would get set (maybe in a config somewhere or the jinja itself? |
could |
@norton120 I think something like that would be better handled by a dedicated feature like #517 or #903. My current thinking is that we should update the schema tests in dbt to:
Would love to hear your thoughts in one of these associated issues @norton120 :) |
Closing this as unactionable in its current state, but it remains a pretty good idea. The hard part here isn't adding a |
This could be be used as a global flag for a number of purposes:
The text was updated successfully, but these errors were encountered: