-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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: expose numDmlAffectedRows in query results #2920
Labels
api: bigquery
Issues related to the 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
tswast
added
api: bigquery
Issues related to the BigQuery API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
labels
Jan 5, 2017
Hey Tim, |
danoscarmike
added
the
priority: p2
Moderately-important priority. Fix may not be included in next release.
label
Feb 28, 2017
DML Docs still show beta status. |
DML is GA now (for non-partitioned tables), by the way. |
tseaver
added a commit
that referenced
this issue
May 31, 2017
Read-only, set from servier-provided 'numDmlAffectedRows' field. Closes #2920.
landrito
pushed a commit
to landrito/google-cloud-python
that referenced
this issue
Aug 21, 2017
Read-only, set from servier-provided 'numDmlAffectedRows' field. Closes googleapis#2920.
landrito
pushed a commit
to landrito/google-cloud-python
that referenced
this issue
Aug 22, 2017
Read-only, set from servier-provided 'numDmlAffectedRows' field. Closes googleapis#2920.
landrito
pushed a commit
to landrito/google-cloud-python
that referenced
this issue
Aug 22, 2017
Read-only, set from servier-provided 'numDmlAffectedRows' field. Closes googleapis#2920.
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 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.
See: https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query#numDmlAffectedRows
It is marked as experimental. This is because DML statements are currently in beta for BigQuery.
This will be needed to correctly implement cursor.rowcount for DB-API support #2434
The text was updated successfully, but these errors were encountered: