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

i16 missing instantiations locator script #852

Merged
merged 8 commits into from
Mar 22, 2024

Conversation

bkiahstroud
Copy link
Collaborator

Ref

Add service that will help in locating all the missing child instantiations. Currently, it's sole purpose is mapping all possible Asset IDs to each unique instantiation identifier. For example:

{ "inst_id_a" => ["asset id 1", "asset id 2"] }

The results are written to JSON files. Each provided "search directory" gets its own JSON file so that multiple directories can be searched at once without trying to write to the same file. In the future, all the resulting JSON files should be merged into a single file since the same instantiation identifier could appear multiple times across different search directories.

@bkiahstroud bkiahstroud requested a review from afred March 20, 2024 23:22
@bkiahstroud bkiahstroud merged commit db38cd6 into develop Mar 22, 2024
6 checks passed
@bkiahstroud bkiahstroud deleted the i16-missing-instantiations-locator-script branch March 22, 2024 22:39
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.

3 participants