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

Add support for additional DML statistics from MERGE statements #749

Closed
d-torres opened this issue Jul 9, 2021 · 0 comments · Fixed by #758
Closed

Add support for additional DML statistics from MERGE statements #749

d-torres opened this issue Jul 9, 2021 · 0 comments · Fixed by #758
Assignees
Labels
api: bigquery Issues related to the googleapis/python-bigquery API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@d-torres
Copy link

d-torres commented Jul 9, 2021

This feature request covers the additional of new information returned from MERGE statements on the total number of rows affected. There are 3 types of information:

  • Total number of records updated
  • Total number of records inserted
  • Total number of records deleted

Additional design and detail to be shared with implementers separately.

@d-torres d-torres added api: bigquery Issues related to the googleapis/python-bigquery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Jul 9, 2021
@plamut plamut self-assigned this Jul 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants