Upload
class Upload
Uploads are the interface for bringing data into Redivis. They are associated with a particular table, and can be created on any table belonging to an unreleased version of a dataset. Multiple uploads can be added to a table, in which case they are "stacked" together (equivalent to a union join, with mixed schemas supported).
Constructors
Construct a reference to an upload based on its name.
Examples
Attributes
table
properties
Methods
Create an upload with the provided data and/or configuration.
Delete an upload.
Check whether an upload exists.
Fetch an upload and populate upload.properties
Insert rows into an upload of type "stream"
Last updated
Was this helpful?