If configuration.load.writeDisposition
is set to WRITE_TRUNCATE
during a load job, is there a period of time when querying the table would raise an error?
- The whole period when the job is marked as PENDING and/or RUNNING?
- A small moment when the table is replaced at the end of the load job?
What would be the error? status.errors[].reason => "notFound"?