dbt-get-test
Retrieve a single dbt test including its definition, parameters, attached models, and latest run result by providing its unique ID.
Instructions
Get a single dbt test: definition, parameters, attached models, latest run result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uniqueId | Yes | dbt unique_id of the test (e.g. 'test.proj.unique_users_id') | |
| extractFields | No | Comma-separated dotted paths to project from response (e.g. 'id,name,owner.name,columns.*.name'). Use `*` as wildcard for arrays/objects. Wrap field names with dots in backticks. Reduces response tokens dramatically on large entities. |