dbt-mcp

Official
by dbt-labs
Apache 2.0
134
  • Linux
  • Apple

show

Execute SQL queries to debug and inspect data in dbt projects, with an optional limit parameter to control result size.

Instructions

dbt show executes an arbitrary SQL statement against the database and returns the results. It is useful for debugging and inspecting data in your dbt project. Use the limit argument in place of a SQL LIMIT clause

Input Schema

NameRequiredDescriptionDefault
limitNo
sql_queryYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "sql_query": { "title": "Sql Query", "type": "string" } }, "required": [ "sql_query" ], "title": "showArguments", "type": "object" }

You must be authenticated.

Other Tools from dbt-mcp

Related Tools

ID: 4g56yk3tar