:wave: How has everyone here been using `DbtCoreOp...
# prefect-dbt
a
👋 How has everyone here been using
DbtCoreOperation
to run
dbt test
jobs? When any of the models I’m testing have error, the flow errors out with something along the lines of
RuntimeError: PID 180 failed with return code 1.
I’m not sure if this is happening since the are dbt test errors, or if there’s something wrong with the way I’m calling
DbtCoreOperation
.