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

Add source location to conditional statements #16418

Open
andsel opened this issue Sep 5, 2024 · 0 comments
Open

Add source location to conditional statements #16418

andsel opened this issue Sep 5, 2024 · 0 comments

Comments

@andsel
Copy link
Contributor

andsel commented Sep 5, 2024

With #16322 was fixed the evaluation of conditional statement expression so that in case of error, like comparing string with integers, the pipeline doesn't crash, but simply log the problem and drop the offending problem.
In complex pipelines with many conditional it's difficult to go back to the impacted condition, so the log (and also the DLQ event when available) should contain a code reference to the if.

The feasibility of such feature was discussed in the comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant