3

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?

Gavisha BN
  • 141
  • 1
  • 8

1 Answers1

3

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"
fmsf
  • 36,317
  • 49
  • 147
  • 195