-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
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:

Metadata
Metadata
Assignees
Labels
No labels