simple test DAG
This commit is contained in:
parent
47505e885f
commit
cb4f9c838a
|
@ -150,7 +150,7 @@ def import_raw_graph():
|
|||
if failed > 0:
|
||||
print(f"There were {failed} errors:")
|
||||
|
||||
if len(succeeded) > 0:
|
||||
if succeeded > 0:
|
||||
print(f"Bulk-inserted {succeeded} items (streaming_bulk).")
|
||||
|
||||
@task
|
||||
|
|
Loading…
Reference in New Issue