apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.84k stars 4.25k forks source link

[Bug]: SpannerIO.Write does not support named schemas #32907

Open nielm opened 7 hours ago

nielm commented 7 hours ago

What happened?

If named schemas are used in Spanner database, then SpannerIO does not know about tables created in that schema.

This leads to warnings during writes of the form:

Performance issue: Mutation references an unknown table: TABLENAME

Root cause is that SpannerIO.ReadSpannerSchema only reads information about tables in the default schema.

Issue Priority

Priority: 2 (default / most bugs should be filed as P2)

Issue Components

nielm commented 7 hours ago

.add-labels: gcp,io,spanner