Code of Conduct
AI Policy
Is your feature request related to a problem? Please describe.
Changes support bulk creates by implementing the batch_change callback, but validations don't support something similar.
In practice, this can be worked around by creating a change module that implements batch_change and using it as if it was a validation, but this feels a little odd compared to a builtin solution with validations.
Describe the solution you'd like
It would be nice for there to be a batch_validate callback (and friends) on Ash.Resource.Validation.
Describe alternatives you've considered
No response
Additional context
No response
Code of Conduct
AI Policy
Is your feature request related to a problem? Please describe.
Changes support bulk creates by implementing the
batch_changecallback, but validations don't support something similar.In practice, this can be worked around by creating a change module that implements
batch_changeand using it as if it was a validation, but this feels a little odd compared to a builtin solution with validations.Describe the solution you'd like
It would be nice for there to be a
batch_validatecallback (and friends) onAsh.Resource.Validation.Describe alternatives you've considered
No response
Additional context
No response