aws.neptune_graph.get_query
Example SQL Queries
SELECT * FROMaws.neptune_graph.get_queryWHERE"graph_identifier" = 'VALUE'AND "query_id" = 'VALUE';Description
Retrieves the status of a specified query.
When invoking this operation in a Neptune Analytics cluster, the IAM user or role making the request must have the neptune-graph:GetQueryStatus IAM action attached.
Table Definition
| Column Name | Column Data Type |
|---|---|
| graph_identifier Required Input Column The unique identifier of the Neptune Analytics graph. | VARCHAR |
| query_id Required Input Column The ID of the query in question. | VARCHAR |
| _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
| |
| elapsed The number of milliseconds the query has been running. | BIGINT |
| id The ID of the query in question. | VARCHAR |
| query_string The query in question. | VARCHAR |
| state State of the query. | VARCHAR |
| waited Indicates how long the query waited, in milliseconds. | BIGINT |