Open BuzzCutNorman opened 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
CustomJSONEncoder
If you have a table with a UUID columns and Batch mode is enabled you get the following error
This type needs to be added to the
CustomJSONEncoder
class and tested