Note: You are viewing the documentation for an older major version of the AWS CLI (version 1).
AWS CLI version 2, the latest major version of AWS CLI, is now stable and recommended for general use. To view this page for the AWS CLI version 2, click here. For more information see the AWS CLI version 2 installation instructions and migration guide.
[ 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 enumeratingWorkUnitIdMin
toWorkUnitIdMax
(inclusive) from theWorkUnitRange
in the output ofGetWorkUnits
.
--work-unit-token
(string)
A work token used to query the execution service. Token output fromGetWorkUnits
.
outfile
(string)
Filename where the content will be saved
See 'aws help' for descriptions of global parameters.
ResultStream -> (blob)
Rows returned from theGetWorkUnitResults
operation as a stream of Apache Arrow v1.0 messages.