In #173 we created many helper functions and dataclasses to abstract the work items handled by Prefect, which made the code much easier to read!
Let's upgrade the real-time flows by using these helper functions and dataclasses, to increase coherence in the package and also make things be more parallel between the real-time and post-processing flows.
In #173 we created many helper functions and dataclasses to abstract the work items handled by Prefect, which made the code much easier to read!
Let's upgrade the real-time flows by using these helper functions and dataclasses, to increase coherence in the package and also make things be more parallel between the real-time and post-processing flows.