ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

Schema: Add option to CLI to fail data create/update with metadata validation errors #659

Closed dvstans closed 3 years ago

dvstans commented 3 years ago

By default, data record create / update will succeed if there are metadata schema validation errors, and the error messages will be appended to the record. In some cases, it may be desirable to fail create/update if there are metadata errors. Need to add this option to the CLI, Python API, and protobuf messages, and implement this in the DB microservice.

dvstans commented 3 years ago

Fixed.