Closed PedroMDuarte closed 5 years ago
Hi @PedroMDuarte! I'm really glad to hear reading the codebase here has been useful. How did you find it? Did it just happen to show up while searching for beam-related things?
That error doesn't sound familiar to me. My best guess is that it's permissions related. Were you running this using service account creds?
Can you dump a full stack trace? mvn test -DtrimStackTrace=false
Hi @jklukas yes I found it while searching for a way to do proper routing of errors in beam. I really like the approach you all have taken.
I will close this issue as it might be outdated by now, but I'll take note of the full stack trace option and will open up a new issue later on if I can reproduce it with the full stack trace.
We contributed an exception handling interface for MapElements and FlatMapElements that will be available in Beam 2.12 to be released in the next week or two, so that may be of interest to you. It will allow us to remove some of our custom classes here.
That's interesting. Thanks! I'll take a look.
Hi All, I was running the integration test and ran into the following error:
The commit where I ran this from is:
Wondering if anyone has any clues as to why this test might fail.
Btw, thank you for open sourcing this work! I have been learning a lot about Beam by studying your codebase.