[
https://issues.apache.org/jira/browse/BEAM-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15930760#comment-15930760
]
Sourabh Bajaj commented on BEAM-1365:
-------------------------------------
We didn't reach a conclusion on if we want it or not. Can you mark this as
"Won't Fix"
> Bigquery dataset names should allow for . inside them
> -----------------------------------------------------
>
> Key: BEAM-1365
> URL: https://issues.apache.org/jira/browse/BEAM-1365
> Project: Beam
> Issue Type: Bug
> Components: sdk-py
> Reporter: Sourabh Bajaj
> Assignee: Sourabh Bajaj
> Priority: Minor
>
> Bigquery datasets allow for . inside them but the regex in
> https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/bigquery.py#L305
> doesn't allow for this.
> Change the regex to
> r'^((?P<project>.+):)?(?P<dataset>[\w\.]+)\.(?P<table>[\w\$]+)$', table)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)