Insert data into a table with support for append and overwrite modes. Data must be provided in Apache Arrow IPC stream format and the schema must be compatible with the existing table schema.
name of the table
The insertion mode. Controls how new data interacts with existing data.
overwrite
, append
Arrow IPC stream buffer
The body is of type file
.
Insert successful