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

airflow.providers.amazon.aws.links.neptune_analytics

Classes

NeptuneGraphLink

Helper class for constructing an Amazon Neptune Analytics Graph Link.

NeptuneImportTaskLink

Helper class for constructing an Amazon Neptune Analytics import task link.

Module Contents

Bases: airflow.providers.amazon.aws.links.base_aws.BaseAwsLink

Helper class for constructing an Amazon Neptune Analytics Graph Link.

name = 'Neptune Graph'[source]

Name of the link. This will be the button name on the task UI.

key = '_neptune_graph'[source]
format_str = 'https://console.{aws_domain}/neptune/home?region={region_name}#analytics-graph-details:id={graph...[source]

Bases: airflow.providers.amazon.aws.links.base_aws.BaseAwsLink

Helper class for constructing an Amazon Neptune Analytics import task link.

name = 'Neptune Import Task'[source]

Name of the link. This will be the button name on the task UI.

key = '_import_task'[source]
format_str = 'https://console.{aws_domain}/neptune/home?region={region_name}#analytics-import-task-details:id=...[source]

Was this entry helpful?