databricks-sdk-go
databricks-sdk-go copied to clipboard
Validation of product and custom fields in useragent functions
Couple validations come to mind:
- Strings must be alphanumerical
- Cannot use names already in use by other fields
(1) is done in #291.