79314622

Date: 2024-12-28 22:04:51
Score: 1.5
Natty:
Report link

The problem turned out to be that I defined the google Storage Client object globally in my script.

When I refactored the code to be modular, and put the storage client & bucket initialization in the setup function of my DoFn, it started working.

I don't know why it failed silently like this and left no trace, this was such a pain to debug.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Spine Feast