list_sources
Retrieve all data sources defined in your DBT project to understand available data connections and their configurations.
Instructions
List all sources in the DBT project.
Returns: List of source information dictionaries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}