AltimateAI / vscode-dbt-power-user

This extension makes vscode seamlessly work with dbt™: Auto-complete, preview, column lineage, AI docs generation, health checks, cost estimation etc
https://www.altimate.ai
MIT License
451 stars 86 forks source link

Display model timing tab next to "Lineage View" #427

Open dluftspring opened 1 year ago

dluftspring commented 1 year ago

Describe the feature

Display a timeline chart similar to the one in the dbt Cloud UI that shows how long each model ran during the last invocation of dbt from the command line. All of the info to build the chart is available in target/run_results.json. If that artifact doesn't exist display a friendly message indicating there aren't any run results to use.

Describe alternatives you've considered

No response

Who will benefit?

Everyone who wants to know how long their models took when invoking a complex sub DAG during local development

Are you willing to submit PR?

mdesmet commented 1 year ago

@dluftspring : I see you are willing to submit a PR. Is there anything I can do to get you started?

You can always come around to #tools-dbt-power-user on dbt Slack if you wanna chat about this.