Skip to content

Commit 4b0d592

Browse files
committed
docs: fix clone description - cloned table is exact copy, not modified
1 parent a4b8050 commit 4b0d592

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

apiary.apib

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5332,9 +5332,7 @@ Load tables from Storage into a Workspace using zero-copy cloning. Supported on
53325332
This load type does not support any filtering, processing parameters, or incremental loading.
53335333
Linked buckets are not supported on BigQuery.
53345334
5335-
The cloned table will contain all columns of the source table and a `_timestamp` system column.
5336-
This column contains a unix timestamp value when the row was added to the table or
5337-
when any of the row values were changed during an incremental import.
5335+
The cloned table is an exact copy of the source table, including the `_timestamp` system column.
53385336
53395337
+ Parameters
53405338
@@ -5513,9 +5511,7 @@ Load tables from Storage into a Workspace in [Development Branch](#reference/dev
55135511
This load type does not support any filtering, processing parameters, or incremental loading.
55145512
Linked buckets are not supported on BigQuery.
55155513
5516-
The cloned table will contain all columns of the source table and a `_timestamp` system column.
5517-
This column contains a unix timestamp value when the row was added to the table or
5518-
when any of the row values were changed during an incremental import.
5514+
The cloned table is an exact copy of the source table, including the `_timestamp` system column.
55195515
55205516
+ Parameters
55215517
+ branch_id (required) - Id of the development branch

0 commit comments

Comments
 (0)