Commit 1cd79c4
feat: add WRITE_TRUNCATE_DATA as an enum value for write disposition (#3752)
* feat: add WRITE_TRUNCATE_DATA as an enum value for write disposition
For existing tables, WRITE_TRUNCATE_DATA preserves schema/constraints
and replaces data.
internal issue: b/406848221
* formatting1 parent 68ae5a6 commit 1cd79c4
File tree
1 file changed
+6
-0
lines changed- google-cloud-bigquery/src/main/java/com/google/cloud/bigquery
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
69 | 75 | | |
70 | 76 | | |
71 | 77 | | |
| |||
0 commit comments