Import a file into a table

tables_post(database_id, schema, name, data)

Arguments

database_id

integer required. The ID of the destination database.

schema

string required. The destination schema name.

name

string required. The destination table name, without the schema prefix.

data

string required. The file to import, uploaded using HTTP multipart.

Value

A list containing the following elements:

databaseId

integer, The ID of the destination database.

schema

string, The destination schema name.

name

string, The destination table name, without the schema prefix.

state

string, The state of the last run.

startedAt

string, The start time of the last run.

finishedAt

string, The end time of the last run.