You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/07/26 14:45:48 UTC

[GitHub] [beam] TheMichaelHu opened a new issue, #22451: [Bug]: BigQuery table name validation doesn't allow leading spaces

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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] TheMichaelHu closed issue #22451: [Bug]: BigQuery table name validation doesn't allow leading spaces

Posted by GitBox <gi...@apache.org>.
TheMichaelHu closed issue #22451: [Bug]: BigQuery table name validation doesn't allow leading spaces
URL: https://github.com/apache/beam/issues/22451


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] TheMichaelHu commented on issue #22451: [Bug]: BigQuery table name validation doesn't allow leading spaces

Posted by GitBox <gi...@apache.org>.
TheMichaelHu commented on issue #22451:
URL: https://github.com/apache/beam/issues/22451#issuecomment-1195685216

   .take-issue


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org