aws.lakeformation.get_query_state
Example SQL Queries
SELECT * FROMaws.lakeformation.get_query_stateWHERE"query_id" = 'VALUE';Description
Returns the state of a query previously submitted. Clients are expected to poll GetQueryState to monitor the current state of the planning before retrieving the work units. A query state is only visible to the principal that made the initial call to StartQueryPlanning.
Table Definition
| Column Name | Column Data Type |
|---|---|
| query_id Required Input Column The ID of the plan query operation. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| error An error message when the operation fails. | VARCHAR |
| state The state of a query previously submitted. The possible states are:
| VARCHAR |