simple test DAG

This commit is contained in:
Giambattista Bloisi 2024-03-17 18:10:49 +01:00
parent df6cd00621
commit a7a6f8e95f
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ def import_raw_graph():
for line in buff: for line in buff:
data = json.loads(line) data = json.loads(line)
data['_index'] = entity data['_index'] = entity
data['_id'] = data['local_identifier'] data['_id'] = data['id']
yield data yield data
succeeded = 0 succeeded = 0