eventing icon indicating copy to clipboard operation
eventing copied to clipboard

Event Lineage: Create Transform Function for CESQL Filter

Open Cali0707 opened this issue 1 year ago • 2 comments

Problem Transform functions are how we track changes to eventtypes as events flow through the system. To support the CESL filter, we should implement a transform function to represent how a given eventtype becomes "narrower" as it passes the filter. Specifically, this transform function should perform changes to the attributes on the eventtype corresponding to how the CESQL expression would set requirements on the attributes of a given event.

For example, if there is an expression id = 123, then the id attribute should be set equal to 123, if that is possible given the other constraints

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? 5-10

Additional context (optional) Add any other context about the feature request here.

Cali0707 avatar Feb 14 '24 18:02 Cali0707