Alessandro Cabbia
Alessandro Cabbia
Not really sure how to implement the second option, the AttrsFilter given that I would recursively apply the standard filters on the related model fields. Are you saying I should...
Thanks for the hint, I'll see what I can get
@lyschoening so I'm trying to follow your hint but here https://github.com/shipperizer/potion/blob/relationship_attr_querying/flask_potion/filters.py#L243 I get this as result: ``` python {'properties': {'$attr': {'properties': {'name': {'anyOf': [, , , , , , ,...
Looks like I got it working for the base case (1 relationship, one field), https://github.com/shipperizer/potion/commits/relationship_attr_querying took me quite a while figuring out a lot of the machinery. I'll start with...
Having some issues after starting to test, looks like the field.target is a cached property as well, so for some reason when the field.ToMany or toOne have the resource that...
I have never tried Cassandra DB but I may have to look into it soon, so I will see what I can come up with. Thanks for the hint
> @aeneasr by the way of introduction I am the cloud native product manager at Canonical (the publisher of Ubuntu) We use Hydra internally and are also interested in this...
@supercairos happy to contribute if help is needed, just need a bit of direction on how and where
@hperl is there any plan in addressing this? would you accept contributions to fix the problem?
@Fusion as discussed, i would start with https://github.com/glauth/glauth/pull/420/files that seems to cover part of the others if build passes, then all should be fine, nothing else to touch