BuzzCutNorman / tap-mssql

Singer Tap for MS SQL built with Meltano Singer SDK.
MIT License
2 stars 9 forks source link

Batch mode does not handle `UUID` data types #42

Open BuzzCutNorman opened 1 year ago

BuzzCutNorman commented 1 year ago

If you have a table with a UUID columns and Batch mode is enabled you get the following error

TypeError: Object of type UUID is not JSON serializable

This type needs to be added to the CustomJSONEncoder class and tested