I am running a Python dataflow (beam 2.5) and was wondering why the step metrics are not showing after a beam.Map(lambda x: x.decode('utf-8')).
Everything is working fine, but the number of elements vanish.
As you can see, the numbers from this point on are zero.
Is there something that I am missing?