0

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. Step details for lambda

As you can see, the numbers from this point on are zero.

Is there something that I am missing?

2
  • Note an answer, but is there a reason to use beam 2.5 instead of 2.9? Commented Feb 8, 2019 at 22:25
  • @JohnHanley, I'll be migrating to that soon. Thanks! Commented Feb 10, 2019 at 14:36

1 Answer 1

1

Support for streaming pipelines with Apache Beam Python SDK on Google Cloud Dataflow is in Beta.

Some features are not fully supported, and that's the case for some monitoring metrics. These will gradually be added as support is improved.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.