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
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
sql_query | Yes |