Skip to content

Make pipeline picklable #48

@eywalker

Description

@eywalker

Currently pipeline object is NOT picklable due primarily to holding on to Delta Table Storage (or other data stores with non-picklable store references). Proper implementation should be provided for __getstate__() etc (https://docs.python.org/3/library/pickle.html).

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions