Skip to content

Commit

Permalink
Updated CLI doc to provide info on stuck session error (#6620)
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliefiann authored Dec 9, 2024
2 parents 70c68ab + b00b7b6 commit efd5ce9
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 efd5ce9

Please sign in to comment.