databricks-sdk-go
databricks-sdk-go copied to clipboard
[WIP] allow empty string in enum set methods
Changes
WIP PR with the idea to support empty string in Set() methods for enums. This allows simpler setting of optional enum values, bypassing validation for optional fields in other structures.
Tests
- [ ]
make testpassing - [ ]
make fmtapplied - [ ] relevant integration tests applied