Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BigQuery: Add support of the project ID with org prefix to the Table.from_string() method #9161

Commits on Aug 27, 2019

  1. add prefix support

    emar-kar committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    980173d View commit details
    Browse the repository at this point in the history
  2. Update _helpers.py

    emar-kar committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    525939b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Configuration menu
    Copy the full SHA
    60d726f View commit details
    Browse the repository at this point in the history
  2. consolidate the regex

    emar-kar committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    d7f30bb View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Configuration menu
    Copy the full SHA
    eea7be4 View commit details
    Browse the repository at this point in the history
  2. update split_id method

    * '_parse_id' method renamed to '_split_id'
    * switched to 're.groups' implementation instead of partly grouping
    emar-kar committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    63ea561 View commit details
    Browse the repository at this point in the history
  3. Update dataset.py

    flake8 fixed
    emar-kar committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    4e8182f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Update _helpers.py

    * added the docstring for the '_split_id' method
    emar-kar committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    03ac092 View commit details
    Browse the repository at this point in the history
  2. fix lint failure

    emar-kar committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    61f3b81 View commit details
    Browse the repository at this point in the history