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/06/15 01:03:35 UTC

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

zchenyu opened a new issue, #21878:
URL: https://github.com/apache/beam/issues/21878

   ### What happened?
   
   BigQuery IO currently rejects table names that contain spaces.
   
   From https://cloud.google.com/bigquery/docs/tables#table_naming : a table name can contain spaces.
   
   Looks like it will require an update to this regex: https://github.com/apache/beam/blob/ac20321008e51c401731895ea934642b4648efd3/sdks/python/apache_beam/io/gcp/bigquery_tools.py#L258
   
   Similar to this PR which allowed `-` in table names: https://github.com/apache/beam/pull/14125
   
   ### 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] shhivam commented on issue #21878: [Bug]: BigQuery table name validation doesn't allow spaces

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

   @dgdheeraj has kindly made a PR for this and that PR is merged.
   
   Think we can close this issue? @damccorm @kennknowles @yeandy 


-- 
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] yeandy commented on issue #21878: [Bug]: BigQuery table name validation doesn't allow spaces

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

   @BjornPrime This has intersections with I/O, but this could be a good starter bug to get you used to the workflow of testing, making a PR, etc.


-- 
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] tvalentyn closed issue #21878: [Bug]: BigQuery table name validation doesn't allow spaces

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


-- 
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] dgdheeraj commented on issue #21878: [Bug]: BigQuery table name validation doesn't allow spaces

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

   .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