You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/BigQueryMultiTable-batchsink.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,9 @@ If the bucket was created automatically, it will be deleted after the run finish
59
59
**Truncate Table:** Whether or not to truncate the table before writing to it.
60
60
Should only be used with the Insert operation.
61
61
62
+
**Write Disposition**: Describes whether a job should truncate table but preserve metadata or not.
63
+
For more details, see [here](https://docs.cloud.google.com/bigquery/docs/reference/auditlogs/rest/Shared.Types/BigQueryAuditMetadata.WriteDisposition).
64
+
62
65
**Location:** The location where the big query datasets will get created. This value is ignored
Copy file name to clipboardExpand all lines: docs/BigQueryTable-batchsink.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,9 @@ will be dropped.
76
76
**Truncate Table**: Whether or not to truncate the table before writing to it.
77
77
Should only be used with the Insert operation.
78
78
79
+
**Write Disposition**: Describes whether a job should truncate table but preserve metadata or not.
80
+
For more details, see [here](https://docs.cloud.google.com/bigquery/docs/reference/auditlogs/rest/Shared.Types/BigQueryAuditMetadata.WriteDisposition).
81
+
79
82
**Table Key**: List of fields that determines relation between tables during Update and Upsert operations.
80
83
81
84
**Dedupe By**: Column names and sort order used to choose which input record to update/upsert when there are
0 commit comments