run execution by cte in a model - ideas/suggestions

hello
you have a model with a couple lot of CTE - how do you check it looking for slow runners
unfortunately

  {{ log("HERE", info = true) }}

does not work if you paste here and there in the model
they print in the logs at parse time not at runtime

10:42:05  1 of 2 START table model xxx...... [RUN]
10:42:05  HERE
10:42:05  HERE
10:42:05  HERE

so not doing what I need

apart splitting them as intermediate models

1 Like

interested as well. did you find why it doesnt work ?

I have been using dbt v1.0 - I upgraded to v1.2 maybe it will work there