[
https://issues.apache.org/jira/browse/BEAM-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15930678#comment-15930678
]
Ahmet Altay commented on BEAM-1365:
-----------------------------------
Can we close this?
> 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)