I would like to create a dataset in Dremio via REST API doing the following. Convert file to a DataSet
I follow the documention -
Step 1. Get the id of the physical file via REST API:
id: dremio:/cuddle_dev_s3-storage/“newstoreglidepathcsv_1568879249742”
Step 2: POST /api/v3/catalog/encoded{id}
-> /api/v3/catalog/dremio%3A%2Fcuddle_dev_s3-storage%2F%22newstoreglidepathcsv_1568879249742%22
Still its throws 404 error. Please help me with this.
I am using encodeURIComponent in javascript to encode the ID
@doron Thank you for the quick response.
I had followed exact same steps as you mentioned above. Turns out it is the issue with our nginx server, it does not forward the request as it is.