Event Lineage: Add pattern matching code #7883
Labels
kind/feature-request
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
triage/accepted
Issues which should be fixed (post-triage)
Problem
For many of the transform functions in event lineage, we will need to do pattern matching. This is because the values of various attributes will be in the form of
abc{variable1}def{variable2}
. To make sure we are doing comparisons correctly, we should have some form of library defined that can check (at a minimum):Persona:
Which persona is this feature for?
Exit Criteria
A measurable (binary) test that would indicate that the problem has been resolved.
Time Estimate (optional):
How many developer-days do you think this may take to resolve?
Additional context (optional)
How this works/is defined will depend on #7729
The text was updated successfully, but these errors were encountered: