Create a dataset in the web platform
If you prefer a simple, guided setup, you can create a dataset directly in the DataLinks web platform. Follow these steps:- Log in to your DataLinks account.
- In the left navigation menu, click Create a New Dataset.
-
Enter a name for your dataset. Choose something descriptive, such as “customer_transactions_2025.”
Use underscores, not spaces, when creating names.
- Select or enter a namespace to assign the dataset to. The namespace helps organize related datasets and controls access and context.
- Use the toggle to set visibility to Private or Public.
- Click Create dataset and upload data to finish.
Create a dataset with the API or SDK
For users managing large amounts of data or integrating DataLinks into automated workflows, creating datasets through the API or SDK is the most efficient option. You can use either:- A script that calls the DataLinks API endpoint: POST Create new dataset
- Or the DataLinks SDK, which simplifies dataset creation in just a few lines of code.
For detailed instructions and code examples, visit the API reference for Create New Dataset.
Next steps
Once your dataset is created, you can:- Ingest data into it using the Ingest Data API or the web upload feature.
- Preview or validate data before committing changes.
- Begin linking datasets through DataLinks’ automatic connection features.