Skip to content

Commit

Permalink
clarify dbt show is only for SQL models - not python
Browse files Browse the repository at this point in the history
this pr is meant to explicitly say that dbt show supports dbt sql and not dbt-py python models.

Closes #5083
  • Loading branch information
mirnawong1 authored Mar 22, 2024
1 parent 9962483 commit a5be360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/reference/commands/show.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ id: "show"

Use `dbt show` to:
- Compile the dbt-SQL definition of a `model`, `test`, `analysis`, or an arbitrary dbt-SQL query passed `--inline`
- `dbt show` does not support [Python (dbt-py)](/docs/build/python-models) models.
- Run that query against the data warehouse
- Preview the results in the terminal

Expand Down

0 comments on commit a5be360

Please sign in to comment.