Method
downloadExecuteFeatureGroupOperationResultPartChunk GET
Copy GET

Downloads a chunk of the result of the execution of feature group operation

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes featureGroupOperationRunId str The unique ID associated with the execution.
Yes part int The part number of the result
No offset int The offset in the part
No chunkSize int The size of the chunk
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
data stream

Exceptions:

TYPE WHEN
DataNotFoundError

featureGroupOperationRunId is not found.

Language: