-
Notifications
You must be signed in to change notification settings - Fork 1.5k
bigquery: parse exportDataStatistics when EXPORT_DATA #8401
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: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
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: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
when extract data to google cloud storage using EXPORT DATA, the export results are not parsed.
"exportDataStatistics": {
"fileCount": "1",
"rowCount": "1"
}
I want to get fileCount and rowCount when using EXPORT DATA