Uploading files to a datasetΒΆ
You can upload files to your dataset from the SDK.
When you upload file, you provide:
The complete path to the file.
The complete name of the file as it should appear in Textual.
dataset.add_file('<path to file>','<file name>')