aws.lakeformation.get_work_units
Example SQL Queries
SELECT * FROMaws.lakeformation.get_work_unitsWHERE"query_id" = 'VALUE';Description
Retrieves the work units generated by the StartQueryPlanning operation.
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 |
| work_unit_ranges A WorkUnitRangeList object that specifies the valid range of work unit IDs for querying the execution service. | STRUCT( |
Show child fields
| |