initial stage
This commit is contained in:
parent
f22f89b54c
commit
9581a86313
|
@ -74,7 +74,7 @@ def import_s3_openaire_dump():
|
|||
kwargs = get_current_context()
|
||||
print(files)
|
||||
|
||||
parallel_load.expand(compute_batches())
|
||||
parallel_load.expand(files=compute_batches())
|
||||
|
||||
@task
|
||||
def merge_curation_db(**kwargs):
|
||||
|
|
Loading…
Reference in New Issue