aws.neptunedata.list_open_cypher_queries
Example SQL Queries
SELECT * FROMaws.neptunedata.list_open_cypher_queries;Description
Lists active openCypher queries. See Neptune openCypher status endpoint for more information.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetQueryStatus IAM action in that cluster.
Note that the neptune-db:QueryLanguage:OpenCypher IAM condition key can be used in the policy document to restrict the use of openCypher queries (see Condition keys available in Neptune IAM data-access policy statements).
Table Definition
| Column Name | Column Data Type |
|---|---|
| include_waiting Input Column When set to TRUE and other parameters are not present, causes status information to be returned for waiting queries as well as for running queries. | BOOLEAN |
| _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
| |
| accepted_query_count The number of queries that have been accepted but not yet completed, including queries in the queue. | BIGINT |
| queries A list of current openCypher queries. | STRUCT( |
Show child fields
| |
| running_query_count The number of currently running openCypher queries. | BIGINT |