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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
