Upload data
To upload the data of a source table to the data set, perform the following HTTP request.
POST "https://<hostname>/mining/api/pub/dataIngestion/v1/dataSets/<data set>/sourceTables/<source table>/data"
<source table>: fully qualified name (default.table_a)
You must send a request body to the server in the following form (here with sample data):
[ ["This is a description", 1255, 1385.5, "2021-07-15 18:03:25.889"], ["A second example text", 510, -23.58, "2021-07-10 10:59:05.421"], ["Example text", 1626347163123, 3.1415, "2021-07-01 08:00:01.002"] ]
Larger amounts of data can be uploaded by means of multiple requests. With each request, the data is stored in temporary form on the server.