You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: clean up remaining Redshift references in docs, config, and apiary
- Remove all Redshift mentions from apiary.apib (backend enums,
hasRedshift, compression docs, orderBy/dataType notes)
- Remove redshift DB block from config.template.json
- Add "kept for backward compatibility" comments on compression
validators in LoadRequestInputTable and InputMappingDefinition
- Update PROJECT_CONTEXT.md to note remaining intentional references
Copy file name to clipboardExpand all lines: apiary.apib
+9-41Lines changed: 9 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -589,7 +589,6 @@ and the associated administrator (`admin`) with organization (if any). If the pr
589
589
"rowsCount":1036,
590
590
"hasMysql":false,
591
591
"hasSynapse":false,
592
-
"hasRedshift":false,
593
592
"hasSnowflake":true,
594
593
"hasExasol":false,
595
594
"hasTeradata":false,
@@ -742,7 +741,6 @@ This call can be executed by all tokens.
742
741
"rowsCount":1036,
743
742
"hasMysql":false,
744
743
"hasSynapse":false,
745
-
"hasRedshift":false,
746
744
"hasSnowflake":true,
747
745
"hasExasol":false,
748
746
"hasTeradata":false,
@@ -958,8 +956,8 @@ the KBC Component architecture, see the [Developers documentation](https://devel
958
956
# Group Buckets
959
957
[Buckets](https://help.keboola.com/storage/buckets/) are containers for one or more data tables.
960
958
Access to buckets can be limited by access tokens. Each bucket has a *backend* in which all tables are created:
961
-
-Snowlake (default)
962
-
-Redshift
959
+
-Snowflake (default)
960
+
-BigQuery
963
961
964
962
## Create or List Buckets [/v2/storage/buckets]
965
963
### List all buckets [GET /v2/storage/buckets?include={include}]
@@ -1063,7 +1061,6 @@ existing bucket from another project (see below).
1063
1061
+ backend (optional, enum[string]) - Bucket backend type; the default value is determined by the project settings.
1064
1062
+ Members
1065
1063
+ snowflake
1066
-
+ redshift
1067
1064
+ bigquery
1068
1065
+ displayName (optional) - Bucket displayName, this name is displayed in UI and can be changed anytime; only alphanumeric characters,underscores and dashes are allowed.
1069
1066
+ color (optional) - Bucket color. Accept valid CSS values for colors.
@@ -3133,7 +3130,7 @@ To enable compression of API response traffic, please include the following HTTP
+ orderBy (optional, array[OrderByObject]) - Not supported for Redshift
3407
+
+ orderBy (optional, array[OrderByObject])
3411
3408
+ gzip (optional, boolean) - The response will be gzipped if set to true.
3412
3409
+ includeInternalTimestamp (optional, boolean) - Include internal _timestamp column in the exported data (column is included even when not in columns list). This is timestamp of row last change. (Available only for Snowflake)
3413
3410
+ fileType (optional, enum[string]) - Type of the file to be created in File Storage.
@@ -3995,7 +3992,7 @@ attributes and information about the containing bucket.
3995
3992
### Add Column to Table [POST]
3996
3993
Adds a new column to an existing table. This request is [asynchronous](#introduction/synchronous-and-asynchronous-calls).
3997
3994
3998
-
*Attribute definition and basetype is allowed (and required) for typed tables created via [table definition](#reference/tables/create-table-definition)*. Redshift backend is not supported.
3995
+
*Attribute definition and basetype is allowed (and required) for typed tables created via [table definition](#reference/tables/create-table-definition)*.
3999
3996
4000
3997
+ Parameters
4001
3998
+ table_id (required) - Table Id
@@ -4207,7 +4204,7 @@ This request is [asynchronous](#introduction/synchronous-and-asynchronous-calls)
4207
4204
+ table (string) - Exact name of table present in the workspace when doing this API call
4208
4205
+ column (string) - Name of the column, which values (all rows) will be used as values to DELETE rows by. Datatype of this column has to match with datatype of the column specified in root of this API call.
4209
4206
4210
-
+ dataType (optional, enum[string]) - Not supported for Redshift - for comparing (`[gt|lt|le|ge]`) numeric values you have to specify data type. BigQuery supports all listed types and converts them to BigQuery equivalent in the background
4207
+
+ dataType (optional, enum[string]) - For comparing (`[gt|lt|le|ge]`) numeric values you have to specify data type. BigQuery supports all listed types and converts them to BigQuery equivalent in the background
4211
4208
+ Members
4212
4209
+ INTEGER - for numbers without a decimal point (Snowflake, BigQuery)
4213
4210
+ DOUBLE - for number with a decimal point (Snowflake, BigQuery)
@@ -4799,7 +4796,6 @@ NOTE: To create reader workspace, use Create Configuration Workspaces endpoint i
4799
4796
+ Attributes
4800
4797
+ backend: snowflake (optional, enum[string]) - Workspace backend. When omitted, the default backend is used.
4801
4798
+ Members
4802
-
+ redshift
4803
4799
+ snowflake
4804
4800
+ bigquery
4805
4801
+ abs - Azure blob storage file workspace
@@ -4881,7 +4877,6 @@ Creates a new workspace for [Development Branch](#reference/development-branches
4881
4877
+ Attributes
4882
4878
+ backend: snowflake (optional, enum[string]) - Workspace backend. When omitted, the default backend is used.
4883
4879
+ Members
4884
-
+ redshift
4885
4880
+ snowflake
4886
4881
+ bigquery
4887
4882
+ abs - Azure blob storage file workspace
@@ -5079,20 +5074,7 @@ Loads tables from Storage into a Workspace. BigQuery supports only loading as vi
5079
5074
Default: true
5080
5075
+ convertEmptyValuesToNull (optional, boolean) - Empty values replaced by NULL (ignored for tables with types)
5081
5076
Default: false
5082
-
+ compression (optional, enum[string]) - For Redshift only
@@ -8918,7 +8887,6 @@ Creates a new workspace for an existing configuration in [Development Branch](#r
8918
8887
+ Attributes
8919
8888
+ backend: snowflake (optional, enum[string]) - Workspace backend. When omitted, the default backend is used.
8920
8889
+ Members
8921
-
+ redshift
8922
8890
+ snowflake
8923
8891
+ bigquery
8924
8892
+ abs - Azure blob storage file workspace
@@ -10363,7 +10331,7 @@ Requesting changes will remove all approvals and move the Merge request to `deve
10363
10331
+ le - Less than or equals - Snowflake only
10364
10332
+ Default: eq
10365
10333
+ values (required, array[string]) - array of variables to compare
10366
-
+ dataType (optional, enum[string]) - Not supported for Redshift - for comparing (`[gt|lt|le|ge]`) numeric values you have to specify data type. BigQuery supports all listed types and converts them to BigQuery equivalent in the background
10334
+
+ dataType (optional, enum[string]) - For comparing (`[gt|lt|le|ge]`) numeric values you have to specify data type. BigQuery supports all listed types and converts them to BigQuery equivalent in the background
10367
10335
+ Members
10368
10336
+ INTEGER - for numbers without a decimal point (Snowflake, BigQuery)
10369
10337
+ DOUBLE - for number with a decimal point (Snowflake, BigQuery)
0 commit comments