-
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
[CT-649] [Feature] Prettify duration message at the end of execution #5253
Comments
@SOVALINUX Makes sense to me! We do something similar for The relevant message is in a event named Lines 394 to 405 in 0d8e061
dbt-core/core/dbt/events/types.py Lines 1500 to 1507 in 0d8e061
I'm going to mark this a Tech debt: I'll be honest, this event feels far from perfect:
Those are beyond the scope of the specific change you're proposing. For what you're after, I think it would be reasonable to:
|
Hi |
Is this your first time opening an issue?
Describe the Feature
Hi colleagues,
Would like to suggest more human-readable logging for end of execution dbt commands
Now we log only time in seconds, but it's not very convenient to convert it in your head every time you need to understand how long it was
For example:
I would suggest to write it in the following way:
Saving pure seconds for those cases who might be parsing the duration from logs using RegExp
Describe alternatives you've considered
No response
Who will this benefit?
Those who execute pipelines longer than few minutes
Are you interested in contributing this feature?
I think my team can do it
Anything else?
No response
The text was updated successfully, but these errors were encountered: