Hi there, If I have flow `do_compute(id: str)` is ...
# prefect-ui
m
Hi there, If I have flow
do_compute(id: str)
is there any way to use filters in the UI to show information just for a given id? Or, would it be better to do something like
do_compute.with_options(name=f"do_compute_{id}")(id)
With the latter introducing some concerns about scaling on number of IDs