...
Create an imported dataset from an available resource. Created dataset is owned by the authenticated user.
Info |
---|
NOTE: When an imported dataset is created via API, it is always imported as an unstructured dataset. Any recipe that references this dataset should contain initial parsing steps required to structure the data. |
Info |
NOTE: Do not create an imported dataset from a file that is being used by another imported dataset. If you delete the newly created imported dataset, the file is removed, and the other dataset is corrupted. Use a new file or make a copy of the first file first. |
...
Request Body - HDFS file:Below, the bucket
value is set to null
. This parameter applies only to S3 sources.
Info |
---|
NOTE: The |
Info | |
---|---|
NOTE: Below, the
|
Code Block |
---|
{ "path": "/tri-hdfs/uploads/1/4aee9852-cf92-47a8-8c6a-9ff2adeb3b4a/POS-r02.txt", "type": "hdfs", "bucket": null, "name": "POS-r02b.txt", "description": "POS-r02 - copy", "detectStructure": true } |
Request Body - S3 file:
...