Gerência Qualidade
10/25/2024, 9:51 PMtap-rest-api-msdk
is it possible to infer all types from the results of an api call and explicitily define the type of one of the fields?
The field mentions_disabled
has almost all values equals to null
but one of them false
. Schema was inferred with null
and this error ocurrs when it tries to read the false
value.
Failed validating 'type' in schema['properties']['mentions_disabled']
jsonschema.exceptions.ValidationError: False is not of type 'null'
I have already tried to configure num_inference_keys
but the same error ocurrs.Edgar Ramírez (Arch.dev)
10/25/2024, 10:18 PMschema
.
Do log an issue on their repo if you can. The maintainers are fairly responsive: https://github.com/Widen/tap-rest-api-msdk/issues.Steve Clarke
10/26/2024, 5:47 AM