0

The BQ command line load command fails occasionally with the error trace mentioned below:

In the log I get the details: If this problem persists, you may have encountered a bug in the bigquery client. Google engineers monitor and answer questions on Stack Overflow, with the tag google-bigquery: https://stackoverflow.com/questions/ask?tags=google-bigquery Please include a brief description of the steps that led to this issue, as well as the information attached to the file at https://drive.google.com/file/d/0B5SNH2YS0mD1UTZKZmNjM0p3cjA/edit?usp=sharing

1 Answer 1

1

Try removing --replace and make sure the <destination_table> does not exist. You can later delete the previous table. Or similarly, flip the operations; delete the table first before loading the new table.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.