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

sys_test_context_task

NODES_CSV

EDGES_CSV

NEPTUNE_ANALYTICS_TRUST_POLICY

S3_READ_POLICY_DOCUMENT

test_context

test_run

Functions

create_neptune_import_role(role_name)

delete_neptune_import_role(role_name)

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.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.NEPTUNE_ANALYTICS_TRUST_POLICY[source]
tests.system.amazon.aws.example_neptune_analytics.S3_READ_POLICY_DOCUMENT[source]
tests.system.amazon.aws.example_neptune_analytics.create_neptune_import_role(role_name)[source]
tests.system.amazon.aws.example_neptune_analytics.delete_neptune_import_role(role_name)[source]
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?