forked from bellwether/minerva
added readme
This commit is contained in:
parent
0f1018c7d5
commit
9aae669ca2
2 changed files with 46 additions and 0 deletions
|
|
@ -66,6 +66,8 @@ class Query:
|
|||
# Because we're using `UNLOAD`, we get a manifest of the files
|
||||
# that make up our data.
|
||||
files = self.manifest(tiedot).strip().split("\n")
|
||||
|
||||
# TODO parallelize this
|
||||
local = [self.handler.download(f) for f in files]
|
||||
self.ds = pa.dataset.dataset(local)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue