[ aws . lakeformation ]
Returns the work units resulting from the query. Work units can be executed in any order and in parallel.
See also: AWS API Documentation
See ‘aws help’ for descriptions of global parameters.
get-work-unit-results
--query-id <value>
--work-unit-id <value>
--work-unit-token <value>
<outfile>
--query-id
(string)
The ID of the plan query operation for which to get results.
--work-unit-id
(long)
The work unit ID for which to get results. Value generated by enumerating
WorkUnitIdMin
toWorkUnitIdMax
(inclusive) from theWorkUnitRange
in the output ofGetWorkUnits
.
--work-unit-token
(string)
A work token used to query the execution service. Token output from
GetWorkUnits
.
outfile
(string)
Filename where the content will be saved
See ‘aws help’ for descriptions of global parameters.
ResultStream -> (streaming blob)
Rows returned from the
GetWorkUnitResults
operation as a stream of Apache Arrow v1.0 messages.