should `yield from dbt.cli(...).stream()` be surfa...
# integration-dbt
c
should
yield from dbt.cli(...).stream()
be surfacing all logs? I'm noticing it's not capturing all of them from
run-operation
. Makes it hard to tell if/why a dbt command failed
r
the raw dbt logs should be emitted under the compute logs, instead of the event stream
c
do you get those via
stream_raw_events()
?
r
yeah
c
this rules, so much better imo
👌 1
r
love to hear it!!