Dask section information during card application / exclusion

Let's say I have some custom files that I read in a data package using dask.bag.read_text, then I do .map (foo) in the resulting package. If foo throws an exception, is there a way to collect information about which specific file it exploded? Is this information available inside foo or is there something I can set to be included in the stack track?

+3


source to share





All Articles