Hey everybody! Currently, my company is looking t...
# ask-community
d
Hey everybody! Currently, my company is looking to get a better replacement when it comes to dbt cloud, currently looking at prefect-dbt and I'm curious if anybody else has had some experience with going through it.
d
What is stopping you?
🤔
d
Primarily some of the error log handling at the moment, is there a way inside of Prefect to get some kind of visualization on which step it failed along for a dbt command and some of the reasons why? Like dbt run --select +jaffle_shop_sales Would run 6 tables, but if it stops at table 4 I'd like to know in some way
s
There isn't anything out of the box, but you could probably parse the output from dbt core to populate an artifact https://docs.prefect.io/2.11.4/concepts/artifacts/