Sorry, lots of questions today but I'm ramping up with dagster 😄
I'd like to send a notification at the end of the pipeline, regardless of what happened with the rest of the pipeline (i.e. something went wrong or actually it finished properly). How can I do this with dagster? For reference, currently I achieve this behaviour with Airflow using
trigger_rule=TriggerRule.ALL_DONE