Creating a dataset
When you create a dataset, you specify:
The type of output to produce
The source location for the files.
If the files are in cloud storage, the connection credentials.
Setting the name, source type, and output type
To create a dataset:
On the Datasets page, click Create a Dataset.

In the Dataset Name field, provide a name for the dataset.
Under Output Format, select the type of output to generate.
Under File Source, select the source type. If the source type is a cloud storage option, then provide the required credentials.
Click Save.
For cloud storage datasets, Textual prompts you to configure the initial file selection. For more information, go to Selecting cloud storage files.
Providing credentials for Amazon S3
If the source type is Amazon S3, provide the credentials to use to connect to Amazon S3.

Select the location of the credentials. For a self-hosted instance, you can either provide credentials manually, or use credentials that are configured in environment variables. Note that after you save the dataset, you cannot change the selection.
In the Access Key field, provide an AWS access key that is associated with an IAM user or role. For an example of a role that has the required permissions for an Amazon S3 dataset, go to .
In the Access Secret field, provide the secret key that is associated with the access key.
From the Region dropdown list, select the AWS Region to send the authentication request to.
In the Session Token field, provide the session token to use for the authentication request.
To test the credentials, click Test AWS Connection.
By default, connections to Amazon S3 use Amazon S3 encryption. To instead use AWS KMS encryption:
Click Show Advanced Options.
From the Server-Side Encryption Type dropdown list, select AWS KMS.
In the Server-side Encryption AWS KMS ID field, provide the KMS key ID. Note that if the KMS key doesn't exist in the same account that issues the command, you must provide the full key ARN instead of the key ID.
Note that after you save the new dataset, you cannot change the encryption type.
Click Save.
Last updated
Was this helpful?