Skip to main content

Community

Connector Improvement: dbt Cloud Connector

Answered

Please sign in to leave a comment.

Comments

3 comments

  • Official comment

    Hi Nick,
    We have added this to our backlog. 
    Are you looking for models run and those details specifically or other details as well? Curious to understand your usecase for this information and how you intend to use it so that we can model it right.

    Thanks,
    Unni

    The goal of this data is to not need to rely on external packages in dbt to record this information: https://hub.getdbt.com/elementary-data/elementary/latest/

    As an Analytics Engineer, I would like to be able to query a database of historic model runs and find the longest running jobs for purposes of optimization within my warehouse.

    In the above example:

    • Model A ran for 10 seconds
    • Model B ran for 20 seconds

    I would therefore prioritize optimizing model B. While it's possible to query our warehouse's usage tables, they do not perfectly correspond to the models run or capture the entire sequence of steps included in the model run.

    Thanks for the inputs Nick. 
    We have added this for the team to start their analysis and shall keep you posted as we make progress.