Answer data questions using the best available method: semantic layer first, then SQL modification, then model discovery, then manifest analysis. Always exhaust options before saying "cannot answer."
Use for: Business questions from users that need data answers
| 1 | Semantic layer active | Query metrics directly | listmetrics, getdimensions, querymetrics | | 2 | SL active but minor modifications needed (missing dimension, custom filter, case when, different aggregation) | Modify compiled SQL | getmetricscompiledsql, then executesql |
Da utilizzare quando un utente pone una domanda commerciale che richiede l'esecuzione di query sui dati (ad esempio, "Quali sono state le vendite totali dell'ultimo trimestre?"). NON per convalidare, testare o creare modelli dbt durante lo sviluppo. Fonte: dbt-labs/dbt-agent-skills.