
The "Missing input_file_iri Multi-Part form data part" error is related to a new data element, input_file_iri, that Stardog uses for tracking the lineage of your imported data in the catalog.
You can supply that in your data.
After Stardog release v11.0.1, Stardog defaults this, if it is not provided.
data = {
"database": database_name,
"input_file_type": "JSON",
"named_graph": graph,
"input_file_iri": "urn:test"
}
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article