You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Sourabh Bajaj (JIRA)" <ji...@apache.org> on 2017/01/31 23:24:52 UTC

[jira] [Created] (BEAM-1365) Bigquery dataset names should allow for . inside them

Sourabh Bajaj created BEAM-1365:
-----------------------------------

             Summary: 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)