Google Cloud Dataflow data sampling issue

15 Views Asked by At

I use Dataflow prime and all the defaults. As my pipeline fails, I expect to see samples, as exception-based sampling is enabled by default (doc).

I use "--temp_location=gs://bucket/beam/tmp". The Dataflow job reads and writes to "gs://bucket/“ with no problem.

However, I don't see samples and the UI suggests that I don't have permission. What am I missing here?

enter image description here

0

There are 0 best solutions below