How to upload dataset without authentication in Palantir foundry

472 Views Asked by At

I need to upload a test dataset which is having column names and their respective values to test the functionalities of the production code. How can I upload a dataset without authentication in palantir foundry. Anyone please suggest?

1

There are 1 best solutions below

0
On BEST ANSWER

Short answer:

  • You can't upload a dataset without authenticating, that's both a security risk, as well as a data compliance risk, since you don't know who could be uploading that dataset or what it contains.

If you want to test your particular code with a prebuilt dataset that you created manually on your computer, you can:

  1. create an empty dataset
  2. Open it
  3. Click add new data
  4. Drag your CSV (or other data format) file into the drag and drop box
  5. Hit "Next"