simple test DAG
This commit is contained in:
parent
df6cd00621
commit
a7a6f8e95f
|
@ -129,7 +129,7 @@ def import_raw_graph():
|
|||
for line in buff:
|
||||
data = json.loads(line)
|
||||
data['_index'] = entity
|
||||
data['_id'] = data['local_identifier']
|
||||
data['_id'] = data['id']
|
||||
yield data
|
||||
|
||||
succeeded = 0
|
||||
|
|
Loading…
Reference in New Issue