I started to migrate some of your transformations jobs to DBT. As you can see on the image bellow, there is usually 1 to 2 transformations before to have our final table (up to 5 transformations in some cases).
What I am trying to achieve is to do dbt run only for a set on linked model. For instance, sales_prediction
and forecast
. I am currently able to run either for everything with dbt run o
r just speficif model using dbt run --select model_name