Airflow Summit 2026 is coming August 31 - September 2 in Austin, TX. Register now to secure your spot!

tests.system.amazon.aws.example_neptune_analytics

Attributes

DAG_ID

NEPTUNE_IMPORT_ROLE_ARN_KEY

sys_test_context_task

NODES_CSV

EDGES_CSV

test_context

test_run

Functions

delete_graph_if_exists(graph_name)

Safety net to clean up the graph in case a previous task failed.

Module Contents

tests.system.amazon.aws.example_neptune_analytics.DAG_ID = 'example_neptune_analytics'[source]
tests.system.amazon.aws.example_neptune_analytics.NEPTUNE_IMPORT_ROLE_ARN_KEY = 'NEPTUNE_IMPORT_ROLE_ARN'[source]
tests.system.amazon.aws.example_neptune_analytics.sys_test_context_task[source]
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
"""
tests.system.amazon.aws.example_neptune_analytics.delete_graph_if_exists(graph_name)[source]

Safety net to clean up the graph in case a previous task failed.

tests.system.amazon.aws.example_neptune_analytics.test_context = None[source]
tests.system.amazon.aws.example_neptune_analytics.test_run[source]

Was this entry helpful?