dbt log tools

Use this tool to find out which is the first dbt model that did not run to completion or errored. This usually happens if your dbt process terminated midway through the run resulting in an incomplete log. See example below.

Console logs

We only match log lines with the pattern "[0-9]+ of [0-9]+ .* model .*"

Output

03:31:29  1 of 4 START sql table model public.bar ........................................ [RUN]