Instrument name validation
See original GitHub issueInstrument name has to be validated as per the spec. The .NET API itself does not validate this, so the SDK has to validate the instrument name (upon instrument creation), and ignore the instrument (after logging that we are ignoring an instrument due to … reason).
For Views, which provide new name for the Metric, the validation can be done in the AddView
itself and can throw/fail fast on AddView.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Name Validation | Verification
Name Validation verifies first & last names by performing a 40-step check to help your business weed out bogus and inaccurate names.
Read more >What is Instrument Validation and Why Do I Have to Do It?
Therefore, instrument validation can provide valuable information to diagnose the condition of an instrument. It is recommended to perform ...
Read more >The 6 Best Validation, Verification & Formatting Tools for…
Record Validation (RV ) is a fantastic tool for verifying, validating & formatting the records in your system. Like all Plauti solutions, RV...
Read more >Instrument Validation — Science Website - NRAO
The NRAO defaults adhere to the following naming scheme: the first letter denotes the receiver band, the number following signifies the total number...
Read more >Method of preparing a document for survey instrument ...
Validation of a survey instrument is an important activity in the research process. Face validity and content ... Method name, Instrument validation method....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@joaopgrassi Assigned to you! 2 places:
You can start without the View part, and later add it.
I missed to read the part about “duplication” earlier - you are right that even if we do the validation in AddView, the instrument publish still has to do it. Its okay for now - we might be able to optimize this a bit more later (require some more refactoring of provider)