File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5332,9 +5332,7 @@ Load tables from Storage into a Workspace using zero-copy cloning. Supported on
53325332This load type does not support any filtering, processing parameters, or incremental loading.
53335333Linked 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
55135511This load type does not support any filtering, processing parameters, or incremental loading.
55145512Linked 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
You can’t perform that action at this time.
0 commit comments