-
Notifications
You must be signed in to change notification settings - Fork 669
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
[BUG] Filtering executions by status in the UI doesn't always work #539
Comments
cc @schottra |
This seems to be a confusing UX pattern. The "today" and "yesterday" filters are ambiguous about what time range is being used. All times in the UI are based on UTC and the logic of the "today" filter is to take the current UTC time, round down to midnight, and search for any executions that start after that time. For users in PST/PDT, this would have the effect of searching for executions in the future if used after 4 or 5pm.
|
Signed-off-by: eduardo apolinario <[email protected]> Co-authored-by: eduardo apolinario <[email protected]>
…g#539) * Continue supporting config kvversion as default arg Signed-off-by: Tim Bauer <[email protected]> * Remove obsolete test Signed-off-by: Tim Bauer <[email protected]> * Add deprecation information Signed-off-by: Tim Bauer <[email protected]> * Remove comment Signed-off-by: Tim Bauer <[email protected]> * Remove comments Signed-off-by: Tim Bauer <[email protected]> --------- Signed-off-by: Tim Bauer <[email protected]>
…g#539) * Continue supporting config kvversion as default arg Signed-off-by: Tim Bauer <[email protected]> * Remove obsolete test Signed-off-by: Tim Bauer <[email protected]> * Add deprecation information Signed-off-by: Tim Bauer <[email protected]> * Remove comment Signed-off-by: Tim Bauer <[email protected]> * Remove comments Signed-off-by: Tim Bauer <[email protected]> --------- Signed-off-by: Tim Bauer <[email protected]>
Signed-off-by: eduardo apolinario <[email protected]> Co-authored-by: eduardo apolinario <[email protected]>
Describe the bug
Filtering workflow executions by status sometimes works. An unfiltered view might show a mix of failed and successful executions and filtering by success does indeed show the successful executions but filtering by failed shows nothing.
Expected behavior
Filters should filter specific executions by phase
Flyte component
To Reproduce
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Flyte component
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: