Creating a Dataset in Dataset Explorer
This tutorial will show you how to create a dataset in the Dataset Explorer
- Within the Dev Center - New App view, click on Datasets Explorer on top navbar.
- Click on Dataset Type - Time-Based or Depth-Based or Reference.
Click on +NEW DATASET button in top right corner.
Populate values for "name": "", "description": "" and "type": "" only. Do not populate "indexes" or "schema". See dataset template below.
//Dataset template
{
"name": "your-company#my-new-dataset-name",
"description": "my new data set",
"data-type": "time",
"indexes": [],
"schema": {}
}
💡 Note: Dataset "type" will be the Dataset Type chosen in previous steps. Dataset "name" will be needed for the key in future steps.
- Click on SAVE button.