Create a new Dune table with the specified name and namespace.
The resulting table will be empty, and can be inserted into with the /insert endpoint.
user settings (dune.com) -> data -> delete
or use the /delete endpoint.You need to define the schema of your data by providing schema
array of columns in the request. Each column has three parameters:
name: the name of the field
type: the data type of the field
nullable: if the column is nullable (true/false, true by default)
The API key of your team or user.
Create a new Dune Table for uploads
The body is of type object
.
The Dune table namespace.table_name
already existed with the same data as the request.
The response is of type object
.
Create a new Dune table with the specified name and namespace.
The resulting table will be empty, and can be inserted into with the /insert endpoint.
user settings (dune.com) -> data -> delete
or use the /delete endpoint.You need to define the schema of your data by providing schema
array of columns in the request. Each column has three parameters:
name: the name of the field
type: the data type of the field
nullable: if the column is nullable (true/false, true by default)
The API key of your team or user.
Create a new Dune Table for uploads
The body is of type object
.
The Dune table namespace.table_name
already existed with the same data as the request.
The response is of type object
.