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

Show total run time and run time for each data model #704

Closed
Balurc opened this issue May 23, 2023 · 2 comments
Closed

Show total run time and run time for each data model #704

Balurc opened this issue May 23, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@Balurc
Copy link

Balurc commented May 23, 2023

It would be nice if you can track the run time for each data model, and put the stats in the report.

It might help the users to answer the following questions:

  • What are my slowest-running data models?
  • Is my total run time increasing or decreasing with new code changes? With this information, users knows which data models they need to optimize (in case the data pipeline runs very slow and causing a big problem).
@DaveFlynn DaveFlynn added the enhancement New feature or request label Aug 11, 2023
@DaveFlynn
Copy link
Contributor

Thanks for the suggestion @Balurc
This feature was added to PipeRider recently, and the dbt execution time is now displayed in the following places:

The Comparison Report Impact Summary

Screenshot 2023-08-11 at 5 09 08 PM

The Lineage Diff DAG

Screenshot 2023-08-11 at 5 09 32 PM

Sample Report

Here's a sample report to see it in action:

We'd love your feedback if you get a chance to check it out.

Dave

@Balurc
Copy link
Author

Balurc commented Aug 13, 2023

Thats great @DaveFlynn! Will check it out

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