Edvard Kristiansen
05/06/2022, 2:21 PMrun = DbtShellTask()
send_notification = send_message(title = "Run Completed" , body = "The run has completed with status: " + run.status)
At the same time, it would also be great to return any error messages on a failed run. Any idea how to do that?Kevin Kho
05/06/2022, 2:22 PMEdvard Kristiansen
05/06/2022, 2:24 PMKevin Kho
05/06/2022, 2:25 PMstate_handler
.new_state.result
Edvard Kristiansen
05/06/2022, 2:27 PM