Apache Beam basically a data processing platform. Data processing can be either for analytics purpose or it can be ETL (Extract, Transfer, Load). Apache beam doesn't reply on any one execution ...
Discovered an issue with the groupby-function in the stock rules "_run_buy"-method. (Might possibly the case in other locations) The usage of the from itertools import groupby (Python) instead of from ...