Provenance and source files
Soria publishes provenance with the data contract. A dataset description can include:- the declared row grain;
- methodology and update cadence;
- upstream providers and canonical source links;
- recursive source relations from the transformation graph; and
- retained source files that contributed through those relations.
Retrieve a source file
- Call
list_dataset_filesin MCP orGET /datasets/{dataset}/filesin the API. - Select a returned
file_id. - Call
get_dataset_source_fileorGET /datasets/{dataset}/files/{file_id}. - Choose
representation=originalorrepresentation=text.