Skip to content

Commit 37d88e8

Browse files
committed
refactor: remove Redshift sortKey/distStyle/distKey from workspace load request
These parameters were only used by Redshift which has been removed. Datadog shows zero usage over 30 days. Legacy InputMappingDefinition still accepts them for backward compatibility.
1 parent 82bb05c commit 37d88e8

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

apiary.apib

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5101,13 +5101,6 @@ Loads tables from Storage into a Workspace. BigQuery supports only loading as vi
51015101
+ ne - Not equal to
51025102
+ Default: eq
51035103
+ whereFilters (optional, array[WhereFiltersObject])
5104-
+ sortKey[] (optional, array) - Redshift only - Column(s) to be used as a sort key
5105-
+ distStyle (optional, enum[string]) - Redshift only - Distribution style (even, all, or key)
5106-
+ Members
5107-
+ even
5108-
+ all
5109-
+ key
5110-
+ distKey (optional) - Redshift only - Column to use for the key distribution style
51115104
+ incremental (optional, boolean) - Rows will be appended to an existing table, not supported in file workspaces (load is always full)
51125105
Default: false
51135106
+ overwrite (optional, boolean) - When preserve is true duplicate tables will be overwritten
@@ -5249,13 +5242,6 @@ Loads tables from Storage into a Workspace in [Development Branch](#reference/de
52495242
+ ne - Not equal to
52505243
+ Default: eq
52515244
+ whereFilters (optional, array[WhereFiltersObject])
5252-
+ sortKey[] (optional, array) - Redshift only - Column(s) to be used as a sort key
5253-
+ distStyle (optional, enum[string]) - Redshift only - Distribution style (even, all, or key)
5254-
+ Members
5255-
+ even
5256-
+ all
5257-
+ key
5258-
+ distKey (optional) - Redshift only - Column to use for the key distribution style
52595245
+ incremental (optional, boolean) - Rows will be appended to an existing table, not supported in file workspaces (load is always full)
52605246
Default: false
52615247
+ overwrite (optional, boolean) - When preserve is true duplicate tables will be overwritten

0 commit comments

Comments
 (0)