Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event Lineage: Create Transform Function for CESQL Filter #7692

Open
Cali0707 opened this issue Feb 14, 2024 · 0 comments
Open

Event Lineage: Create Transform Function for CESQL Filter #7692

Cali0707 opened this issue Feb 14, 2024 · 0 comments

Comments

@Cali0707
Copy link
Member

Cali0707 commented Feb 14, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant