Hey all, general question around an issue I ran in...
# integration-dbt
n
Hey all, general question around an issue I ran into today when using dbt in a virtualenv -- Is there a reason
executable
is not parameterized here?
The issue being that you're able to configure executable path on dbt cli resources but it seems irrelevant when it comes to loading assets. This causes the asset load to fail if you don't have dbt installed system-wide
b
is dbt installed in venv, and venv activated before dagster run.. ? how are you running dagster ?
n
dbt is installed in a venv, dagster code location is launched as a standalone container with
Copy code
/path/to/venv/bin/python -m dagster api grpc ...