python-schema-registry-client icon indicating copy to clipboard operation
python-schema-registry-client copied to clipboard

feat(schema): allow set _ignore_default_error to True

Open qfritz opened this issue 11 months ago • 4 comments

_ignore_default_error will ignore errors like:

"Default value must match first schema in union with type: null"

...which I agree are errors but are painful to fix when backporting stuff.

WDYT?

qfritz avatar Jan 21 '25 09:01 qfritz