tests.system.amazon.aws.example_neptune_analytics¶
Attributes¶
Functions¶
|
|
|
|
|
Safety net to clean up the graph in case a previous task failed. |
Module Contents¶
- tests.system.amazon.aws.example_neptune_analytics.NODES_CSV = Multiline-String[source]¶
Show Value
"""~id,~label,name:String n1,Person,Alice n2,Person,Bob """
- tests.system.amazon.aws.example_neptune_analytics.EDGES_CSV = Multiline-String[source]¶
Show Value
"""~id,~from,~to,~label e1,n1,n2,KNOWS """