Hello Friends, I have a question about dagster-dbt...
# ask-community
a
Hello Friends, I have a question about dagster-dbt tuttorial ; https://docs.dagster.io/integrations/dbt/using-dbt-with-dagster/load-dbt-models#step-3-view-the-assets-in-the-dagster-ui When I run ; dagster dev I get this error ; ImportError: cannot import name ‘DbtCli’ from ‘dagster_dbt’ How can I fix it ?
r
This should be
DbtCliResource
, as displayed in https://docs.dagster.io/integrations/dbt/using-dbt-with-dagster/load-dbt-models#step-3-view-the-assets-in-the-dagster-ui. The tutorial is currently being updated to use the new APIs, but here is the workaround if you encounter other errors with `profiles.yml`: https://dagster.slack.com/archives/C04CW71AGBW/p1690913285698209