NASA-PDS / registry-mgr

Standalone Registry Manager application responsible for managing the PDS Registry (https://github.com/NASA-PDS/registry) schemas and indexes.
https://nasa-pds.github.io/registry
Other
0 stars 2 forks source link

not able to make update-schema work #10

Closed tloubrieu-jpl closed 3 years ago

tloubrieu-jpl commented 3 years ago

Describe the bug The usage of update-schema subcommand failed

To Reproduce See test report Update schema with new LDD dictionnary - TestRail.pdf

tloubrieu-jpl commented 3 years ago

@tloubrieu-jpl need to check if it can be reproduced

tdddblog commented 3 years ago

Invalid use case / operator error.

The "-file" parameter should point to a text file with a list of field names. One field per line similar to this:

orex/Spatial/orex/bennu_dec
orex/Spatial/orex/bennu_ra
orex/Spatial/orex/bennu_radec_quality
orex/Spatial/orex/bennu_radec_target
orex/Spatial/orex/bore_angle

Also, all these fields should be defined in ES data dictionary index (e.g., "registry-dd").

tloubrieu-jpl commented 3 years ago

Bug detected before tool was actually ready