aws.neptune_graph.list_import_tasks
Example SQL Queries
SELECT * FROMaws.neptune_graph.list_import_tasks;Description
Lists import tasks.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| format Specifies the format of S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format. | VARCHAR |
| graph_id The unique identifier of the Neptune Analytics graph. | VARCHAR |
| role_arn The ARN of the IAM role that will allow access to the data that is to be imported. | VARCHAR |
| source A URL identifying to the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot | VARCHAR |
| status Status of the import task. | VARCHAR |
| task_id The unique identifier of the import task. | VARCHAR |