Expand description
dbt (data build tool) run/test/build output compression.
dbt prefixes every line with an HH:MM:SS timestamp and emits a START/RUN
line plus an OK/ERROR/SKIP line per node. We keep the final
Done. PASS=.. WARN=.. ERROR=.. SKIP=.. TOTAL=.. summary, the run duration
and any failing node + its error detail, dropping timestamps and the
per-node success noise.