lakeformation_get_work_unit_results: Returns the work units resulting from the query

View source: R/lakeformation_operations.R

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

See https://www.paws-r-sdk.com/docs/lakeformation_get_work_unit_results/ for full documentation.

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

WorkUnitToken

[required] A work token used to query the execution service. Token output from get_work_units.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.