Get Work Unit Results
lakeformation_get_work_unit_results | R Documentation |
Returns the work units resulting from the query¶
Description¶
Returns the work units resulting from the query. Work units can be executed in any order and in parallel.
Usage¶
lakeformation_get_work_unit_results(QueryId, WorkUnitId, WorkUnitToken)
Arguments¶
QueryId |
[required] The ID of the plan query operation for which to get results. |
WorkUnitId |
[required] The work unit ID for which to get results. Value
generated by enumerating |
WorkUnitToken |
[required] A work token used to query the execution service.
Token output from |
Value¶
A list with the following syntax:
list(
ResultStream = raw
)
Request syntax¶
svc$get_work_unit_results(
QueryId = "string",
WorkUnitId = 123,
WorkUnitToken = "string"
)