oliverde8 / php-etl

A small etl coded in php, to extract/transform/load
MIT License
8 stars 4 forks source link

[SubChain]Allow unique subchain context #33

Open oliverde8 opened 8 months ago

oliverde8 commented 8 months ago

Currently, the subchain context is shared through all the operations. It should be possible not to share the context so that any changes made to the context in the subchain are ignored outside the subchain.