Skip to content

Does new coffea with DaskExecutor function with BaseSchema? #937

Answered by lgray
tomeichlersmith asked this question in Q&A
Discussion options

You must be logged in to vote

The Runner interface is being made obsolete, largely by the adoption of dask-awkward.

What you should do instead is:

events = NanoEventsFactory.from_root(your_files, options, ....)

proc = YourProcessor(*args)
out_collections = proc(events)
result = dask.compute(out_collections)

We are making things over in #882 to deal better with the concept of datasets, you can merge that as well and use those interfaces if you like.

Replies: 2 comments 14 replies

Comment options

You must be logged in to vote
2 replies
@lgray
Comment options

@tomeichlersmith
Comment options

Comment options

You must be logged in to vote
12 replies
@lgray
Comment options

@lgray
Comment options

@green-cabbage
Comment options

@lgray
Comment options

@lgray
Comment options

Answer selected by tomeichlersmith
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants