sematic icon indicating copy to clipboard operation
sematic copied to clipboard

Convert "tags" column of run in DB to proper json

Open augray opened this issue 1 year ago • 0 comments

Currently the db stores this column as an actual string, which happens to contain serialized json. We should type it as serialized json to allow better interaction via the DB as well as preserving the type as List[str] upon load from the DB.

augray avatar May 18 '23 17:05 augray