Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitacea61c

Browse files
authored
feat: add WRITE_TRUNCATE_DATA as an enum value for write disposition (#3752)
* feat: add WRITE_TRUNCATE_DATA as an enum value for write dispositionFor existing tables, WRITE_TRUNCATE_DATA preserves schema/constraintsand replaces data.internal issue: b/406848221* formatting
1 parentfa02595 commitacea61c

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 changed

‎google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/JobInfo.java‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ public enum WriteDisposition {
6666
/** Configures the job to overwrite the table data if table already exists. */
6767
WRITE_TRUNCATE,
6868

69+
/**
70+
* Configures the job to retain schema and constraints on an existing table, and truncate and
71+
* replace data.
72+
*/
73+
WRITE_TRUNCATE_DATA,
74+
6975
/** Configures the job to append data to the table if it already exists. */
7076
WRITE_APPEND,
7177

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp