Post #1902312
2023-08-10 06:21 UTC
My new high level of failure: battle with Docker/Beam/Dataflow for two days about an obscure issue with a private Python package; think I finally found a solution and validate it on a subset of the problem; write a detailed blog post on the company's tech blog to help others save time; realize the solution does not work on the whole project; in the end notice it was due to a typo in the args used to launch the job; delete the blog post. Two days "lost" for two characters in a string.
Replies (1)
-
@bfontn@piaille.fr 2023-08-10 06:26
I'm using quotation marks for "lost" because, as it often happens in these cases, I learnt a lot of things on Beam/Dataflow/Docker/etc in the process of debugging my issue, plus refactored parts of the project I wouldn't have touched otherwise.