Skip to content

Commit

Permalink
Align example command and output for interactive compile (#5092)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?

Missed one piece in
#4825

Specifically, the example command does not align with the example
output. So this PR updates the example command.

## Checklist
- [x] Review the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
so my content adheres to these guidelines.
  • Loading branch information
nghi-ly authored Mar 15, 2024
2 parents 0b4ab15 + b756950 commit 941b265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/commands/compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This will log the compiled SQL to the terminal, in addition to writing to the `t
For example:

```bash
dbt compile --select "stg_payments"
dbt compile --select "stg_orders"
dbt compile --inline "select * from {{ ref('raw_orders') }}"
```

Expand Down

0 comments on commit 941b265

Please sign in to comment.