Skip to content

Commit

Permalink
Updated CLI doc to provide info on stuck session error
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliefiann committed Dec 9, 2024
1 parent 70c68ab commit da23efb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/docs/docs/cloud/cloud-cli-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,3 +319,10 @@ This alias will allow you to use the <code>dbt-cloud</code> command to invoke th
If you've ran a dbt command and receive a <code>Session occupied</code> error, you can reattach to your existing session with <code>dbt reattach</code> and then press <code>Control-C</code> and choose to cancel the invocation.
</DetailsToggle>
<DetailsToggle alt_header="Why am I receiving a `Stuck session` error when trying to run a new command?">
The Cloud CLI allows only one command that writes to the data warehouse at a time. If you attempt to run multiple write commands simultaneously (for example, `dbt_run` and `dbt_build`), you will encounter a `stuck session` error. To resolve this, cancel the specific invocation by passing its ID to the cancel command. For more information, refer to [Parallel execution](/reference/dbt-commands#parallel-execution).
</DetailsToggle>

0 comments on commit da23efb

Please sign in to comment.