Receiving "Missing input_file_iri Multi-Part form data part" Error

Created by Matt Nolan, Modified on Thu, Apr 10 at 3:45 PM by Matt Nolan

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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article