File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5092,6 +5092,13 @@ Loads tables from Storage into a Workspace. BigQuery supports only loading as vi
50925092 + CLONE
50935093 + VIEW
50945094 + AUTO
5095+ + primaryKey - optional definition of primaryKey on created Workspace table
5096+ + autority (required, enum[string])
5097+ + Members
5098+ + storage - PK should be inherited from Storage
5099+ + manual - manual list of columns to set as PK
5100+ + Default: storage
5101+ + columns (optional, array) - list of columns to define private key on
50955102 + dropTimestampColumn (optional, boolean) - (CLONE loadType only) When true _timestamp column is removed after table load
50965103 Default: false
50975104 + preserve (optional, boolean) - Keep existing tables in the workspace, otherwise the workspace will be purged before loading
You can’t perform that action at this time.
0 commit comments