Use the 'Answering Natural Language Questions with dbt' skill
mainThis skill is designed to answer business questions about analytics, metrics, KPIs, or data (e.g., "What were total sales last month?") by writing and executing SQL queries.
When to use:
- Answering user questions about business metrics or data.
- Exploring data via the Semantic Layer or ad-hoc SQL.
When NOT to use:
- Validating dbt model logic during development.
- Testing dbt models or semantic layer definitions.
- Building or modifying dbt models.
- Running
dbt run,dbt test, ordbt buildworkflows.