Skip to content

Commit

Permalink
Merge pull request #495 from dbt-labs/repo-sync
Browse files Browse the repository at this point in the history
REPO SYNC - Public to Private
  • Loading branch information
john-rock authored Mar 24, 2024
2 parents f8a52c2 + 038520a commit ed70dfa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions website/docs/reference/dbt-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The following sections outline the commands supported by dbt and their relevant

For information about selecting models on the command line, refer to [Model selection syntax](/reference/node-selection/syntax).

Commands marked with a '❌' indicate write commands and those with a checkmark ('✅') indicate read commands.
Commands with a ('❌') indicate write commands, commands with a ('✅') indicate read commands, and commands with a (N/A) indicate it's not relevant to the parallelization of dbt commands.

| Command | Description | Parallel execution | <div style={{width:'250px'}}>Caveats</div> |
|---------|-------------| :-----------------:| ------------------------------------------ |
Expand All @@ -58,9 +58,7 @@ Commands marked with a '❌' indicate write commands and those with a checkmark
| [snapshot](/reference/commands/snapshot) | Executes "snapshot" jobs defined in a project || All tools <br /> All [supported versions](/docs/dbt-versions/core) |
| [source](/reference/commands/source) | Provides tools for working with source data (including validating that sources are "fresh") || All tools<br /> All [supported versions](/docs/dbt-versions/core) |
| [test](/reference/commands/test) | Executes tests defined in a project || All tools <br /> All [supported versions](/docs/dbt-versions/core) |
| [--version](/reference/commands/version) | Displays the currently installed version of dbt CLI | N/A | dbt Core, dbt Cloud CLI <br /> All [supported versions](/docs/dbt-versions/core) | <br />

Note that some have "N/A" since they're not relevant to the parallelization of dbt commands.
Note, use the [`--version`](/reference/commands/version) flag to display the installed dbt Core or dbt Cloud CLI version. (Not applicable for the dbt Cloud IDE). Available on all [supported versions](/docs/dbt-versions/core).
</VersionBlock>

<VersionBlock lastVersion="1.5">
Expand Down

0 comments on commit ed70dfa

Please sign in to comment.