Matt Fysh
10/06/2023, 1:06 AMdo_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