Closed BuzzCutNorman closed 1 year ago
I found that time
is not a type that to_jsonschema_type()
handles. I will add support for time
in the PR assocaited with this issue.
I found some error with decimal
columns. I will be placing a fix for this in the PR associated with this issue.
Here are all the types that I currently know are running into this issue when the tap is generating batch messages.
I think the best path is to overload the default JSON encoder used in the
json.dump
portion ofget_batches
. I found these links that have been helpful.