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

Allow string in addition to DatasetReference / TableReference in Clie… #6164

Merged
merged 2 commits into from
Oct 4, 2018

Commits on Oct 4, 2018

  1. Allow string in addition to DatasetReference / TableReference in Clie…

    …nt methods.
    
    Whereever a client method accepts a DatasetReference or TableReference,
    it now also accepts a string. The project ID can be omitted from the
    string and the Client's default project is used instead.
    
    Also, to make it easier to share code across client methods for creating
    XReference classes:
    
    * Add default_project argument to DatasetReference.from_string
    * Add default_project argument to TableReference.from_string
    tswast committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    ab9ac29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    221577e View commit details
    Browse the repository at this point in the history