Add example data for the */data endpoint
Context Looks like there are some JSON examples for each in the repo. It would be good to include some parquet examples and maybe a notebook to change the parquet for testing (since it has embedded IDs).
Scope Create a simple Jupyter notebook with the next runs:
- Creates Master-data (RockSample, Coring)
- Creates a source dataset
- Creates SampleAnalysesReport WPC
- Creates SmapleAnalysis WPC
- Uses testing parquet file to prepare the payload
- Uploads parquet data
- Uses JSON payload to test the JSON
- Gets the bulk data
The notebook comes with a separate requirements.txt
file.
Edited by Siarhei Khaletski (EPAM)