You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be really handy for debugging if the objects returned from the write_api were json serializable by default (FluxTable and FluxRecord). this would avoid the need to do stuff like json.dumps(record.__dict__)
I think for this you would simply need to supply a toJSON function in those classes.
The text was updated successfully, but these errors were encountered:
it would be really handy for debugging if the objects returned from the write_api were json serializable by default (FluxTable and FluxRecord). this would avoid the need to do stuff like
json.dumps(record.__dict__)
I think for this you would simply need to supply a
toJSON
function in those classes.The text was updated successfully, but these errors were encountered: