We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With a CSV like this that provides a legacy ID and multiple tiles for a node...
ResourceID,Concept List n 4,condition 4,credit line
... the single CSV Import in the Bulk Data Manager fails with:
2023-10-20 20:16:33,480 arches.app.etl_modules.save ERROR duplicate key value violates unique constraint "resource_instances_legacyid_key" DETAIL: Key (legacyid)=(4) already exists. CONTEXT: SQL statement "INSERT INTO resource_instances(resourceinstanceid, graphid, legacyid, createdtime) VALUES (instance_id, graph_id, legacy_id, now())" PL/pgSQL function __arches_staging_to_tile(uuid) line 39 at SQL statement Internal Server Error: /etl-manager
Ensure you use a fresh ResourceID each test iteration, because loading a second time with the same one would be expected to fail.
The text was updated successfully, but these errors were encountered:
Just following up from the planning meeting:
Here is a successfully imported resource with two tiles (using a UUID):
Sorry, something went wrong.
No branches or pull requests
With a CSV like this that provides a legacy ID and multiple tiles for a node...
... the single CSV Import in the Bulk Data Manager fails with:
Ensure you use a fresh ResourceID each test iteration, because loading a second time with the same one would be expected to fail.
The text was updated successfully, but these errors were encountered: