No such input for atomic_update
Suppose I have a resource with attribute:
and an update action
with a code interface that looks like
Previously everything ran smoothly, but after recently bumping Ash I'm now getting something like the following when running
Product.set_oban_job_id(product, 123):
Changing atomic_update to set_attribute fixes it, and like I said at some previous version of Ash everything worked fine. Was I just inadvertently relying on a bug in Ash that got fixed? If so, what would be the proper way to use atomic_update instead of set_attribute here?2 Replies
🤔 this is a bug
Please reproduce in a test
And I will fix