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 Client.insert_rows, deprecate Client.create_rows #4657

Merged
merged 4 commits into from
Jan 2, 2018

Commits on Dec 22, 2017

  1. BigQuery: Add Client.insert_rows, deprecate Client.create_rows

    `insert_rows` aligns better with API request (Tabledata.insertAll).
    Feedback from BQ GA review.
    tswast committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    42de2a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cfcef2 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    tswast committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    8b9308c View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2017

  1. Fix lint error.

    tswast committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    7bdf137 View commit details
    Browse the repository at this point in the history