<#3943 [UI Feature] Filtering by `kickoff_time`> ...
# flyte-github
a
#3943 [UI Feature] Filtering by `kickoff_time` Issue created by leonlnj Motivation: Why do you think this is important? As a user, I would like to know which scheduled runs failed base on the
kickoff_time
, so that I can know which execution window requires remedy actions. Currently the UI shows execution sorted by
start_time
, with the ability to filter by status/version/start time/duration. For running scheduled pipeline, we indicate the
kickoff_time_input_arg
in launchplan.
Copy code
schedule = CronSchedule("* 1 * * *", kickoff_time_input_arg="kickoff_time")
Currently there is no view base on
kickoff_time
also it can be error prone or cumbersome to click on every execution "Inputs/Outputs" to view the
kickoff_time
. Since this is largely used in launchplan, it would help to have the list of execution sorted base on
kickoff_time
to know if a particular scheduled execution failed and wasn't remedied.

Screenshot 2023-08-11 at 12 33 05 PM

Goal: What should the final outcome look like, ideally? Ability to sort or filter by
kickoff_time
in the UI. Executions without this arg can be omitted from view. Propose: Link/Inline OR Additional context No response Are you sure this issue hasn't been raised already? ☑︎ Yes Have you read the Code of Conduct? ☑︎ Yes flyteorg/flyte