Skip to content

Commit 35db1aa

Browse files
fix(storage): add skipDuplicatesCheck to event params and update docs
- Add skipDuplicatesCheck flag to table event params dispatched after primary key creation - Update API docs to say Snowflake only instead of Snowflake and Redshift Co-Authored-By: Martin Zajic <ja@mzajic.cz>
1 parent 44550dd commit 35db1aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apiary.apib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4142,7 +4142,7 @@ This request is [asynchronous](#introduction/synchronous-and-asynchronous-calls)
41424142
41434143
+ Attributes
41444144
+ columns[] (required) - Array of columns used as the primary key
4145-
+ skipDuplicatesCheck (optional, boolean) - If set to true, the duplicity check will be skipped when creating the primary key. This allows creating a primary key on a table with duplicate values in the key columns. Only supported for Snowflake and Redshift backends. Default: false
4145+
+ skipDuplicatesCheck (optional, boolean) - If set to true, the duplicity check will be skipped when creating the primary key. This allows creating a primary key on a table with duplicate values in the key columns. Only supported for Snowflake backend. Default: false
41464146
41474147
+ Request (application/json)
41484148
+ Headers

0 commit comments

Comments
 (0)