databricks-sdk-go icon indicating copy to clipboard operation
databricks-sdk-go copied to clipboard

[WIP] allow empty string in enum set methods

Open mgyucht opened this issue 1 year ago • 0 comments

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 test passing
  • [ ] make fmt applied
  • [ ] relevant integration tests applied

mgyucht avatar Nov 30 '23 15:11 mgyucht