Hamilton helps data scientists and engineers define testable, modular, self-documenting dataflows, that encode lineage/tracing and metadata. Runs and scales everywhere python does.
This breaks on the below code -- it's hamilton within hamilton.
Stack Traces
Pickle error on Module Type.
Steps to replicate behavior
The mapper-worker-reducer pattern works well on multithreadingexecutor, but not work for multiprocessingexecutor. The error is cannot pickle 'module' object. Here is a minimal reproduce environment:
Current behavior
This breaks on the below code -- it's hamilton within hamilton.
Stack Traces
Pickle error on Module Type.
Steps to replicate behavior
The mapper-worker-reducer pattern works well on multithreadingexecutor, but not work for multiprocessingexecutor. The error is cannot pickle 'module' object. Here is a minimal reproduce environment:
Library & System Information
Latest.
Expected behavior
This work.
Additional context
Add any other context about the problem here.