0

Error - API create() of data type 'serializable' not supported in API

Hey guys,

We're upgrading our EventLogEntry code to API3, and running into an issue.

just a short background on this, we're creating EventLogEntry to track history changes in our pipeline, so far we're able to use API2 to register useful meta data on the EventLogEntry.

looks like in API3, adding info to the meta field isn't supported.

for example this command will return an error:

sg3.create("EventLogEntry", {"meta":{ 'destination': 'something'}} )

... API create() of data type 'serializable' not supported in API

 

What would be the suggested work around?

worse case we can create a new field type string, and dump our meta there,

but the EventLogEntry is a huge table as is, i don't know if adding more field to it would be a good choice.

 

thanks,

asi @ rainmaker

0 comments

Please sign in to leave a comment.