Add Arrow
POST/v1/dataset/data/add/arrow
Add data to a project in arrow format.
Responses
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
result Result (string)
Default value: ok
checkpoint
object
anyOf
integer
latest_addition_timestamp Latest Addition Timestamp (integer)required
The timestamp of the added file in epoch time
{
"result": "ok",
"checkpoint": 0,
"latest_addition_timestamp": 0
}
Loading...