We are searching for how to use Dagster with DBT, ...
# ask-community
s
We are searching for how to use Dagster with DBT, specifically the offering from "Paradime." Unfortunately, there seems to be a lot of different approaches documented (DBT core, dbt cloud, an Paradime) repo. The easiest one seems to be that of dbt-cloud; However, that is likely the approach for the vendor, dbt-cloud. Would it also work for Paradimes managed cloud DBT? If not, can someone point me to the correct documentation for connecting specifically to Paradime?
👀 1
r
I’m not sure what Paradime is. Do you have a link to this Paradime offering that you’ve mentioned? The easiest approach by far is to use dbt core and Dagster: • You can follow the tutorial here: https://docs.dagster.io/integrations/dbt/using-dbt-with-dagster • We offer a CLI to scaffold a Dagster project for any dbt project: https://docs.dagster.io/integrations/dbt/using-dbt-with-dagster/load-dbt-models#step-1-create-a-dagster-project-that-wraps-your-dbt-project
s
Thanks, @rex -- I should have included a link in the original question, sorry; https://www.paradime.io/
r
We don’t have an integration with Paradime. We recommend that you just deploy dbt Core directly onto Dagster, using the links that I provided.