Fallback mechanism when property path is not found #11
ddvlanck
started this conversation in
Design decisions
Replies: 1 comment
-
My 2 cts: Naming conventionShould we prefix each bucket with the strategy so that buckets can’t conflict? E.g.:
Or
If there’s no rootI’d say there should be a function in the bucketizer that can indicate what the root should be? In a double linked list, any bucket can be assigned to be the root, so then it’s up to the bucketizer to randomly choose one? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At this moment, whenever a bucketizer fails to extract a property path from an LDES member, it throws an error and the workflow it is being used in, stops working.
The desired behaviour should be that whenever the above situation happens, the LDES member is still assigned a bucket, but one that is different from the other buckets. The root file should then contain relations to the pages generated by the fallback mechanism.
Questions to be answered
Beta Was this translation helpful? Give feedback.
All reactions