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
BigQuery already support non-ascii table names: https://cloud.google.com/bigquery/docs/tables#table_naming
The following are all examples of valid table names: table 01, ग्राहक, 00_お客様, étudiant-01.
However, in Beam BigQueryIO, the table names are guarded by a "\w+" regex:
beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryHelpers.java
Line 451 in f03e0c0
beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java
Line 590 in f03e0c0
Priority: 2 (default / most normal work should be filed as P2)
The text was updated successfully, but these errors were encountered:
@Abacn can I work on this ?
Sorry, something went wrong.
thanks, feel free to open a PR
No branches or pull requests
What needs to happen?
BigQuery already support non-ascii table names: https://cloud.google.com/bigquery/docs/tables#table_naming
However, in Beam BigQueryIO, the table names are guarded by a "\w+" regex:
beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryHelpers.java
Line 451 in f03e0c0
beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java
Line 590 in f03e0c0
Issue Priority
Priority: 2 (default / most normal work should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: