Skip to content

Commit 62f3a25

Browse files
committed
fix: projects pk
1 parent 1f959df commit 62f3a25

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
@@ -104,7 +104,7 @@ def nva(
104104
get_projects(client, institution_code),
105105
name="projects",
106106
write_disposition="replace",
107-
primary_key="identifier",
107+
primary_key="id",
108108
max_table_nesting=1,
109109
)
110110

0 commit comments

Comments
 (0)