Hi, I'm getting this error when trying to material...
# integration-dbt
e
Hi, I'm getting this error when trying to materialize dbt asset using the
DbtCliResource
Copy code
dagster_dbt.errors.DagsterDbtCliRuntimeError: The dbt CLI process failed with exit code 2. Check the compute logs for the full information about the error.
Changing it to
DbtCliClientResource
works (v1.4.2)
s
hi Edo - were you able to check the compute logs?
f
Hi Sandy, I haven't tried this yet but this looks like solutions to my problem. Right now my profiles.yml is inside config folder. I wonder if this should be in the docs (where to put the profiles.yaml and how to specify profile dir manually) https://dagster.slack.com/archives/C04CW71AGBW/p1690387482371109?thread_ts=1690384210.355069&cid=C04CW71AGBW
Moving my profiles.yml to root of dbt project solves this
229 Views