TheMichaelHu opened a new issue, #22451: URL: https://github.com/apache/beam/issues/22451
### What happened? BigQuery IO currently rejects table names that contain leading spaces despite that being valid. > Contain Unicode characters in category L (letter), M (mark), N (number), Pc (connector, including underscore), Pd (dash), Zs (space). From https://cloud.google.com/bigquery/docs/tables#table_naming For table names can we follow the documentation literally `[\p{L}\p{M}\p{N}\p{Pc}\p{Pd}\p{Zs}]+` instead of using the existing regex: https://github.com/apache/beam/blob/ac20321008e51c401731895ea934642b4648efd3/sdks/python/apache_beam/io/gcp/bigquery_tools.py#L258 ### Issue Priority Priority: 2 ### Issue Component Component: io-py-gcp -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
