https://prefect.io logo
n

Nuno Silva

10/08/2020, 10:53 AM
Hi @josh or anyone that knows. Great to see https://github.com/PrefectHQ/prefect/pull/3420 Question: I'm trying to use it but at the moment in the prefect UI (I'm using backend server) I still see
table_copy (Mapped Child 5)
instead of e.g.
table_copy_visits
. I'm running something like
task_run_name=lambda **kwargs: f"table_copy_{kwargs['name']}"
, where
name
is a function parameter. The flow gets registered successfully with
0.13.10
. Can it be that prefect UI is not querying yet
task_run_name
? Thanks
j

josh

10/08/2020, 12:36 PM
Hi @Nuno Silva yeah the UI is not yet exposing the task run name but that enhancement is on the way!
n

Nuno Silva

10/08/2020, 1:03 PM
Sounds awesome, no worries, awesome work. thanks
j

josh

10/08/2020, 2:39 PM