Hi All, I was able to get a dbt flow working and v...
# prefect-ui
z
Hi All, I was able to get a dbt flow working and visible in the UI. One question: what do i need to do to make the dbt logs visible in the console? I see the INFO level logs in my terminal, but not here. I'd like to be able to see the logs of each test, for example. Thank you!
👍 1
m
To make them visible, you have to create an additional task to capture the logs, see e.g. this blog post https://medium.com/slateco-blog/prefect-orchestrating-dbt-10f3ca0baea9
z
Thanks, I will take a look
k
The DbtShelTask can take in
return_all
and I think if you set this to True you can get the logs