SpannerIO Dataflow 2.3.0 stuck in CreateDataflowView
问题 In the pipeline, I'm reading from Pub/Sub and I'm attempting to write to spanner. Writing to BigTable works, but spanner is a better option for my needs. In the image below I've expanded the relevant steps. In the top right corner is the "Debug spanner" step, which shows the proper messages via LOG. I'm quite confident that SpannerIO.Write sees those messages as well. Even without this debugging step, the messages still don't get written to spanner. There is no exception whatsoever, but as