Modeling Guide for SAP Data Hub

Py3 Type to Blob

This operator will serialize any python3 data received in its input port and send the result to the output port. First, the data will try to be serialized by calling the method to_blob() on the data. If that doesn't work then the data will be serialized with protocol 2 of the pickle library.

Configuration Parameters

None

Input

Input

Type

Description

input

python36.*

Any python3 data.

Output

Output

Type

Description

output

blob

The input serialized to bytes.