Skip to content
New issue

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

Improve is duplicate checks when storing entities #315

Closed
rompetroll opened this issue Aug 14, 2024 · 0 comments · Fixed by #316
Closed

Improve is duplicate checks when storing entities #315

rompetroll opened this issue Aug 14, 2024 · 0 comments · Fixed by #316

Comments

@rompetroll
Copy link
Contributor

When datahub stores new entities, it performs an “isDifferent” check to see if the new entity has a previous version, and if it differs. If there is no change in the new version, then datahub is supposed to skip the entity and now write it again.

This check seems to fail in certain cases, specifically if an entity has a nested entity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant