Open planetf1 opened 3 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 20 days if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 20 days if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 20 days if no further activity occurs. Thank you for your contributions.
As found in https://github.com/odpi/egeria/issues/4661
Currently we provide the glossary canonical model sample in our assembly as samples//glossary-canonical-model-2.6-jar-with-dependencies.jar
The docs on how to use the parser reference an example file, and given we ship a utility one might think this would be the input parm on the tool ie:
However this fails, since the main() used in this utility is actually in CanonicalGlossaryOwlArchiveWriter - it is not the input file for the parser. A sample of that can be found in the test code under org/odpi/openmetadata/archiveutilities/designmodels/owlcanonicalglossarymodel/TestOwlCanonicalGlossaryModelArchiveBuilder.java
As such what we have is incoherent.
We need to