Skip to content

Error - dagster_dbt.errors.DagsterDbtCliRuntimeError: The dbt CLI process with command dbt parse --quiet failed with exit code 1. Check the stdout in the Dagster compute logs for the full information about the error. #25715

Answered by garethbrickman
aj211191 asked this question in Q&A
Discussion options

You must be logged in to vote

For compatibility, both the dbt Cloud CLI and dbt Core are invoked by running dbt. This can create path conflicts if your operating system selects one over the other based on your $PATH environment variable (settings).

If you have dbt Core installed locally, either:

  1. Install using the pip3 install dbt pip command.
  2. Install natively, ensuring you either deactivate the virtual environment containing dbt Core or create an alias for the dbt Cloud CLI.
  3. (Advanced users) Install natively, but modify the $PATH environment variable to correctly point to the dbt Cloud CLI binary to use both dbt Cloud CLI and dbt Core together.

You can always uninstall the dbt Cloud CLI to return to using dbt Core.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@aj211191
Comment options

@garethbrickman
Comment options

Answer selected by garethbrickman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
type: troubleshooting Related to debugging and error messages integration: dbt Related to dagster-dbt
2 participants