We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
SpannerIO.ReadSpannerSchema
Priority: 2 (default / most bugs should be filed as P2)
The text was updated successfully, but these errors were encountered:
.add-labels: gcp,io,spanner
Sorry, something went wrong.
Hey @nielm is it ok if I take a shot at this issue?
nielm
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: