is there a way for us to pass success or failure h...
# integration-dbt
s
is there a way for us to pass success or failure hooks into the
define_asset_job
for dbt asset runs? What I'd look to be able to do is do things like: send the
run_results.json
file to Monte Carlo, or parse it and send Slack messages to individual team channels based on dbt node metadata. Is that possible via the asset job approach?
z
We had similar needs and ended up just "forking" the asset/op creation functions. Also curious if there is a more baked in way to do this!
s
yeah, we've done the same in some places, but the problem is that they keep making the under-the-hood asset job more enticing 🙂
👀 1
looks like @Vinnie beat me to it a few months ago: https://github.com/dagster-io/dagster/issues/10155