https://prefect.io logo
m

Matthew Roeschke

04/27/2022, 3:42 PM
When using
Task.map
, is there a way to customize the repr of the child task besides seeing
Mapped Child n
where n is a number? For example
Task.map(x=list("abc"), ...)
, is there a way to see
Mapped Child a
instead?
k

Kevin Kho

04/27/2022, 3:46 PM
Yeah see this page where you can define a pattern for the task run name. Also see this
m

Matthew Roeschke

04/28/2022, 10:13 PM
Perfect this worked, thanks!
👍 1
11 Views