Search code examples
pysparkpalantir-foundryfoundry-code-repositories

How to upload dataset without authentication in Palantir foundry


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?


Solution

  • 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"