getCreationOptions
API Version: 0.3.0
GET
/dataset/{dataset}/{version}/creation_options
Get creation options.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
dataset
string
Dataset
version
number
version
Response
{
"data": {
"has_header": true,
"delimiter": ",",
"latitude": "string",
"longitude": "string",
"cluster": {
"index_type": "gist",
"column_names": [
"string"
]
},
"partitions": {
"partition_type": "hash",
"partition_column": "string",
"create_default": false,
"partition_schema": {
"partition_count": 0
}
},
"indices": [],
"constraints": [
{
"constraint_type": "unique",
"column_names": [
"string"
]
}
],
"table_schema": [
{
"name": "string",
"data_type": "date"
}
],
"create_dynamic_vector_tile_cache": true,
"timeout": 400000,
"source_type": "table",
"source_driver": "text",
"source_uri": [
"string"
]
},
"status": "success"
}
Last updated