Hi <@UL2EX9Y8N> or anyone that knows. Great to see...
# prefect-community
n
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
Hi @Nuno Silva yeah the UI is not yet exposing the task run name but that enhancement is on the way!
n
Sounds awesome, no worries, awesome work. thanks
j