0
votes

I'm having problem to extract data from bigquery to cloud storage, I´ve set a public read -write permissions on Cloud Storage, but I always receive this:

BigQuery error in extract operation: Error processing job Unexpected. Please try again.

the command I'm executing is with bq client tool:

bq extract dummy_dev.users gs://dummy_dev/some.json

Is this a known issue ?

Thanks in advance

1
Uhm... suddenly it´s working now, without any code changes. weird. - Michelson
now its failing again , agile-kite-497:bqjob_r7687d657cafc7a39_000001447e07a5bb_1 , and the message is ambiguous, hard to debug - Michelson

1 Answers

0
votes

Were streaming inserts used to populate the data in the table being extracted? If so, this may be related to the difference in data durability for streaming data and the nature of how streaming data is buffered prior to full replication.