Skip to content

Commit 173c4f5

Browse files
jirkasemmlerclaude
andcommitted
fix: rename typo autority to authority with backward compatibility
Accept both "autority" (legacy) and "authority" (correct) as the primaryKey parameter name in workspace load input mapping. Normalize to "authority" internally. Refs: DMD-875 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a10ef87 commit 173c4f5

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
@@ -5162,7 +5162,7 @@ Loads tables from Storage into a Workspace. BigQuery supports only loading as vi
51625162
+ VIEW
51635163
+ AUTO
51645164
+ primaryKey - optional definition of primaryKey on created Workspace table. When PK created with this definition, it will respect nullabiltiy defined in `columns` field, which is different from inheriting PK from Storage, because inherited PK is forced to be non-nullable. Snowflake only.
5165-
+ autority (required, enum[string])
5165+
+ authority (required, enum[string]) - also accepts legacy name `autority`
51665166
+ Members
51675167
+ storage - PK should be inherited from Storage
51685168
+ manual - manual list of columns to set as PK

0 commit comments

Comments
 (0)