Just curious. After updating to the most recent ve...
# ask-community
j
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
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
Ahh sounds good. Also Marvin is 🆒
d
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
j
Thanks!
j
What marvin app is this? I cannot find in slack.
j
I believe Marvin is PrefectHQs own creation
d
It’s our custom slackbot 😄
He runs on P
j
nice!
j
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
Thanks @Jackson Maxfield Brown, we’re looking into it 👍