Filtering relationships in `relates_to_actor_via` etc.
Have a number of cases that I'm looking to set up policies and/or filters that perform a deep (but simple) join where for some path components it's necessary to filter the relationship. It's not feasible to create a different relationship for each possible filter, and I wanted to make sure that for right now I'm looking at doing the join manually in a custom check/filter.
Generally would be interested in the current thought process for supporting parameterized relationships, and whether this is one of the target scenarios that's intended to be addressed.
Related:
- https://github.com/orgs/ash-project/projects/3?pane=issue&itemId=10193112
Generally would be interested in the current thought process for supporting parameterized relationships, and whether this is one of the target scenarios that's intended to be addressed.
Related:
- https://github.com/orgs/ash-project/projects/3?pane=issue&itemId=10193112

