Commit 90b3bc1
committed
bigquery: set
This fixes two issues:
- `exists_ok=True` means we send an API call and don't wait to see
if it succeeded. This causes a race condition where the table isn't
ready when we attempt to use it to store rows.
- If the table already exists, we will run into issues when we try and
run the `MERGE` query to move the staging table into the main table.exists_ok=False when creating staging tables1 parent 8632bd9 commit 90b3bc1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
541 | | - | |
| 541 | + | |
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
| |||
0 commit comments