"pickle" Sink
Directly serialize pipeline metadata to Python "pickle" file(s).
The address
property specifies a directory that Python pickle files will be saved to.
caution
This sink is mostly used for internal debugging and most likely won't be useful to those outside of the Megh organization.
Examples
REST API
Create Sink:
{
"type": "pickle",
"address": "./pickles",
"filter": []
}
Configuration File
Sample:
sinks:
- type: pickle
address: ./pickles
filter: []