Skip to content

Commit d0b7e44

Browse files
authored
Merge pull request #6315 from keboola/jirka/dmd-776-inc-for-ws-load
DMD-776 inc for ws load
2 parents 46f6556 + 8a099b3 commit d0b7e44

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

apiary.apib

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)