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

Refactor Schemas: Initial Release BugFix, incorrect name causing issues with Manifest generation -- FDS-1442 #1338

Merged
merged 2 commits into from
Dec 12, 2023

Conversation

mialy-defelice
Copy link
Contributor

There was an error in JSONLD parsing, where instead of referencing subClassOf in the relationships dictionary, I accidentally referenced parentOf which caused some attributes/parents to be recorded twice, with different capitalization, which meant the code to filter out duplicates did not work properly. In the end this caused node data to be overwritten when loading the data into a data model graph, the end output for the user was that required columns showed up as not required in the generated manifest.
This fix corrects that issue.

Follow initial notes from user here to test fix.

Ticket here

…fix bug where attribute name is recorded twice
…rly and fix bug where attribute name is recorded twice"

This reverts commit 78ba12c.
@mialy-defelice mialy-defelice merged commit ce8f2f0 into develop-refactor-schemas Dec 12, 2023
3 checks passed
@mialy-defelice mialy-defelice deleted the develop-rs-bug-FDS-1442 branch December 12, 2023 22:46
@mialy-defelice mialy-defelice restored the develop-rs-bug-FDS-1442 branch December 14, 2023 20:47
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 this pull request may close these issues.

1 participant