Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing example for
dbt compile --inline
(#4825)
[Preview](https://docs-getdbt-com-git-dbeatty-dbt-compile-inline-dbt-labs.vercel.app/reference/commands/compile#interactive-compile) ## What are you changing in this pull request and why? There are two things to update in the examples for `--select` and `--inline`: 1. The example for `dbt compile --select ...` said `stg_payments`, but the actual output was for `stg_orders ` 1. Output for `dbt compile --inline ...` was missing ## 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