Skip to content

Add get_job_run_error to the Admin API tools #310

@jairus-m

Description

@jairus-m

The ability to retrieve dbt Cloud artifacts/details via get_job_run_details and get_job_run_artifacts is great! However, for projects with many nodes, the context that is read in by these tools often exceed the LLM agent's token limit.

In addition, a good majority of the use of these artifacts (in my experience) have to do with understanding errors that caused a run job to fail.

My hope is to implement and add a tool get_job_run_error that will retrieve relevant errors without having to read-in the rest of the details/artifacts into the agent's context window.

May be worth a discussion!

Here is an example of hitting the token limit:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions