list_models
Retrieve all models from your DBT project to analyze data transformation workflows and understand project structure.
Instructions
List all models in the DBT project.
Returns: List of model information dictionaries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}