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

feat(bigquery): add more dml statistics to query statistics #4405

Merged
merged 5 commits into from Jul 9, 2021

Commits on Jul 9, 2021

  1. feat(bigquery): add more dml statistics to query statistics

    This adds the new DMLStats submessage, which indicates the number of
    rows inserted/updated/deleted by a DML statement.
    
    It also makes a change to test utility functions to pass back query
    statistics.
    shollyman committed Jul 9, 2021
    Copy the full SHA
    6db1e55 View commit details
    Browse the repository at this point in the history
  2. add docs

    shollyman committed Jul 9, 2021
    Copy the full SHA
    419870b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    be8b634 View commit details
    Browse the repository at this point in the history
  4. address review comments

    shollyman committed Jul 9, 2021
    Copy the full SHA
    c33aaa7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    870a4dd View commit details
    Browse the repository at this point in the history