hey hey I am working on getting dbt hooked up with the transform
Copy code
Transforms are basically dbt packages that reside in their own repositories.
is the way to run transforms from the
transform/model
directory in the same project
surya_g
05/19/2021, 10:04 PM
just to give some context. We have mono-repo at work and dbt is just one big dbt project. Looks like meltano is expecting dbt project for each transform ?
surya_g
05/19/2021, 10:06 PM
alternatively is there a way for me to run
Copy code
dbt run --models source:jaffle_shop+
after EL step is done
t
taylor
05/20/2021, 2:27 PM
The dbt documentation there is kind of confusing. transforms are dbt Packages and you can run them like any other dbt package.