Authorizations
Path Parameters
name of the table
Query Parameters
The insertion mode. Controls how new data interacts with existing data.
- append: Add new data to existing table (default)
- overwrite: Replace all existing data with new data
Available options:
overwrite
, append
Body
application/vnd.apache.arrow.stream · file
Arrow IPC stream buffer
The body is of type file
.
Response
Insert successful