aws.lakeformation.get_work_unit_results
Example SQL Queries
SELECT * FROMaws.lakeformation.get_work_unit_resultsWHERE"query_id" = 'VALUE'AND "work_unit_id" = 'VALUE'AND "work_unit_token" = 'VALUE';Description
Returns the work units resulting from the query. Work units can be executed in any order and in parallel.
Table Definition
| Column Name | Column Data Type |
|---|---|
| query_id Required Input Column The ID of the plan query operation for which to get results. | VARCHAR |
| work_unit_id Required Input Column The work unit ID for which to get results. Value generated by enumerating WorkUnitIdMin to WorkUnitIdMax (inclusive) from the WorkUnitRange in the output of GetWorkUnits. | BIGINT |
| work_unit_token Required Input Column A work token used to query the execution service. Token output from GetWorkUnits. | 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 |
| result_stream Rows returned from the GetWorkUnitResults operation as a stream of Apache Arrow v1.0 messages. | BLOB |