We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7656b9 commit 4692747Copy full SHA for 4692747
google/cloud/bigquery/enums.py
@@ -338,6 +338,10 @@ class WriteDisposition(object):
338
WRITE_TRUNCATE = "WRITE_TRUNCATE"
339
"""If the table already exists, BigQuery overwrites the table data."""
340
341
+ WRITE_TRUNCATE_DATA = "WRITE_TRUNCATE_DATA"
342
+ """For existing tables, truncate data but preserve existing schema
343
+ and constraints."""
344
+
345
WRITE_EMPTY = "WRITE_EMPTY"
346
"""If the table already exists and contains data, a 'duplicate' error is
347
returned in the job result."""
0 commit comments