bug: Trying to append null
for optional fields in JSON schema helpers should only warn, not crash the tap
#1969
Labels
null
for optional fields in JSON schema helpers should only warn, not crash the tap
#1969
Singer SDK Version
0.31.1
Is this a regression?
Python Version
NA
Bug scope
Taps (catalog, state, etc.)
Operating System
NA
Description
A schema like
is perfectly valid under the JSON schema spec, so it should be supported by this library.
However, this fails when processing
anything
as part of aPropertiesList
schema helper because it can't appendnull
to a non-existingtype
key.Code
No response
The text was updated successfully, but these errors were encountered: