Is it possible to use bulk_update with ash_events?
We have a Resource which has a main :update action, when it is called by users we need ash_events to record it but not when our internal processing oban job calls it.
So we are replacing those bulk_updates with Repo.update_all but this ignores Ash's benefits, our validation/changes in the action.
Is there some
BTW this is the error we get when trying to enable events for that action (before we changed it):
So we are replacing those bulk_updates with Repo.update_all but this ignores Ash's benefits, our validation/changes in the action.
Is there some
opt that can be passed in the bulk_update that skips ash_events?BTW this is the error we get when trying to enable events for that action (before we changed it):
