https://prefect.io logo
d

David Ojeda

07/10/2019, 4:13 PM
👍 That works for me ! Thanks! My only regret is that my custom executor now repeats the
DaskExecutor
map code, because I cannot do
super().map(...)
given that the executor does not admit kwargs. I can live with that, but I will have to keep an eye on any new changes on that class on future versions.
73 Views