https://prefect.io logo
#prefect-community
Title
# prefect-community
j

Jackson Maxfield Brown

06/18/2020, 4:13 PM
Just curious. After updating to the most recent version of prefect
0.12.0
, all tasks on
dask
/
bokeh
are labeled as "run_task" instead of the function name. Did the
0.12.0
update make it so I need to explicitly attach a name to each task?
bokeh==2.0.2
dask==2.18.1
distributed==2.18.0
👀 1
d

Dylan

06/18/2020, 4:28 PM
Hey @Jackson Maxfield Brown! You’ve found a bug 🎉 Thank you for taking the time to tell us about it. We really appreciate it!
@Marvin open “0.12.0 Task Names not inferred from function name”
m
j

Jackson Maxfield Brown

06/18/2020, 4:36 PM
Ahh sounds good. Also Marvin is 🆒
d

Dylan

06/18/2020, 4:36 PM
We’re looking at this now, should be resolved shortly
@Marvin’s alright 😄
In the meantime, you can explicitly name your tasks with a
@task(name="My Task Name")
(personally I do this with all of my tasks because they look nicer in the UI)
j

Jim Crist-Harif

06/18/2020, 4:57 PM
j

Jackson Maxfield Brown

06/18/2020, 4:58 PM
Thanks!
j

justin

06/18/2020, 6:59 PM
What marvin app is this? I cannot find in slack.
j

Jackson Maxfield Brown

06/18/2020, 7:00 PM
I believe Marvin is PrefectHQs own creation
d

Dylan

06/18/2020, 7:00 PM
It’s our custom slackbot 😄
He runs on P
j

justin

06/18/2020, 7:01 PM
nice!
j

Jackson Maxfield Brown

06/19/2020, 3:14 AM
So I hate to say this.... It seems that didn't entire fix the issue. It definitely fixed it for non-mapped issues, but mapped issues get separated into individual items on bokeh. So instead of 1/100 for example it becomes
mapped_task[0] 1/1
mapped_task[1] 1/1
...
d

Dylan

06/19/2020, 1:43 PM
Thanks @Jackson Maxfield Brown, we’re looking into it 👍