-
Notifications
You must be signed in to change notification settings - Fork 1.5k
bigquery: Query job statistics for BI Engine #5080
Copy link
Copy link
Closed
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.priority: p2Moderately-important priority. Fix may not be included in next release.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.‘Nice-to-have’ improvement, new feature or different behavior or design.
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.priority: p2Moderately-important priority. Fix may not be included in next release.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.‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
I am trying to fetch the BI Engine query job statistics for my jobs, but it seems that this field does not exist on the
QueryStatisticsstruct.I can see it on the auto-generated googleapis/google-api-go-client
JobStatistics2struct, but I can't get this info using the "cloud.google.com/go/bigquery" package.Describe the solution you'd like
Is it possible to add the
BiEngineStatisticsfield toQueryStatistics? Maybe here?