Creates a data part within the Stream execution to upload chunks of rows to the DataSet. The calling client should keep track of parts and order them accordingly in an increasing sequence. If a part upload fails, retry the upload as all parts must be present before committing the stream execution.
Best Practice
Parts can be uploaded simultaneously in separate threads assuming that each part has a distinct part ID and is ordered correctly. To reduce upload time, compress each data as a gzip file (application/gzip).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the Stream of data being imported into a DataSet
The ID of the Stream execution within the Stream
The ID of the data part being used to upload a subset of data within the Stream execution