Skip to content

Commit

Permalink
clarify dbt show is only for SQL models - not python (#5135)
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
2 parents 7c7c99a + 360af5a commit 078de03
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 078de03

Please sign in to comment.