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?
Asked
Active
Viewed 427 times
3
-
Why do you want to do it **without** authentication? – nicornk Dec 02 '20 at 15:34
-
To fetch the data in pytest function using pandas. – Gavisha BN Dec 03 '20 at 06:34
-
2Still not clear to me. Do you want to use the dataset in a pytest function on Foundry, or locally? – nicornk Dec 03 '20 at 17:16
-
yes, Basically i want to import the dataset in a pytest function on foundry – Gavisha BN Dec 04 '20 at 11:54
1 Answers
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:
- create an empty dataset
- Open it
- Click add new data
- Drag your CSV (or other data format) file into the drag and drop box
- Hit "Next"

fmsf
- 36,317
- 49
- 147
- 195