lanl / dsi

LANL Data Science Infrastructure Project
https://lanl.github.io/dsi
5 stars 3 forks source link

serialize SystemKernel info #66

Closed DanielRJohnson closed 1 year ago

DanielRJohnson commented 1 year ago

SystemKernel was already populating a dictionary when adding a row, so here I propose serializing that dictionary into a JSON string so a user could recover it if needed.

qwofford commented 1 year ago

Looks good to me! This PR only effects plugins that are specific to our work, so I'll go ahead and merge this now.

We might have to do something special in the CSV driver to support this...