kaito-albert

Results 1 issues of kaito-albert

I want to pass a list to the schema which uses SQLAlchemy's `PickleType` column. The json file will looks like this: ``` json_data = {uuid: '123456...', coords: [[x1, y1], [x2,...