ledatelescope / bifrost

A stream processing framework for high-throughput applications.
BSD 3-Clause "New" or "Revised" License
64 stars 29 forks source link

PipelineContext does not exist inside pipeline.py #197

Closed ProfundityOfScope closed 1 year ago

ProfundityOfScope commented 1 year ago

When calling Pipeline.as_default(), and error is thrown as the returned object (PipelineContext) is not defined.

jaycedowell commented 1 year ago

f780ec0 should help with this. I'm not sure if we want to append or replace what goes into the thread local storage.