Skip to content

Commit 1f959df

Browse files
committed
fix: persons pk
1 parent 9012fa0 commit 1f959df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/datasync/nva/nva.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def nva(
113113
get_persons(client, institution_code),
114114
name="persons",
115115
write_disposition="replace",
116-
primary_key="identifier",
116+
primary_key="id",
117117
max_table_nesting=1,
118118
)
119119
if categories:

0 commit comments

Comments
 (0)