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

bigquery: parse exportDataStatistics when EXPORT_DATA #8401

Closed
Huppert123 opened this issue Aug 9, 2023 · 0 comments · Fixed by #9371
Closed

bigquery: parse exportDataStatistics when EXPORT_DATA #8401

Huppert123 opened this issue Aug 9, 2023 · 0 comments · Fixed by #9371
Assignees
Labels
api: bigquery Issues related to the BigQuery API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@Huppert123
Copy link

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

@Huppert123 Huppert123 added the triage me I really want to be triaged. label Aug 9, 2023
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the BigQuery API. label Aug 9, 2023
@alvarowolfx alvarowolfx assigned alvarowolfx and unassigned shollyman Aug 9, 2023
@alvarowolfx alvarowolfx added priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. and removed triage me I really want to be triaged. labels Aug 9, 2023
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: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@shollyman @alvarowolfx @Huppert123 and others