Hi there. Im having a hard time understanding on h...
# ask-community
p
Hi there. Im having a hard time understanding on how to integrate DBT Cloud with Dagster (managed). Am i just supposed to create DBT Jobs in Cloud IDE and then implement them in dagster via init.py? Or am I supposed to build my assets in dagster and trigger a DBT Cloud Job from an dagster asset via an http post request? Feels like im overcomplicating this
p
Dagster and dbt Cloud can be a little tricky. Do you need to keep dbt Cloud? If so, I would follow this: https://docs.dagster.io/integrations/dbt-cloud and then only update assets within dbt Cloud. Otherwise, I'd look into moving everything into Dagster for simplicity.
p
Hey @Pedram Navid, thanks for your response. I'd love to move everything into dagster, but is this possible with dbt cloud? We need to go the managed-route with data stack
@Pedram Navid I assume this is the way to go for including dbt assets (from managed dbt cloiud) in dagster (managed)? https://docs.dagster.io/integrations/dbt/using-dbt-with-dagster/set-up-dbt-project. For some reason i thought i cant implement it because with dbt cloud i dont use the profiles.yaml... 👀