[ aws . lakeformation ]

get-work-unit-results

Description

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.

Synopsis

  get-work-unit-results
--query-id <value>
--work-unit-id <value>
--work-unit-token <value>
<outfile>

Options

--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 to WorkUnitIdMax (inclusive) from the WorkUnitRange in the output of GetWorkUnits .

--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.

Output

ResultStream -> (blob)

Rows returned from the GetWorkUnitResults operation as a stream of Apache Arrow v1.0 messages.