Skip to content

Commit 636f2fa

Browse files
committed
chg: use all contributors
1 parent 6587901 commit 636f2fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/datasync/nva/queries/extract_useful_info.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ AND ai.source_name = 'nva@sikt'
184184
SELECT
185185
CAST(json_extract_string(j.value, '$.sequence') AS INTEGER) AS seq,
186186
json_extract_string(j.value, '$.identity.name') AS full_name
187-
FROM json_each(r.entity_description__contributors_preview) AS j
187+
FROM json_each(r.entity_description__contributors) AS j
188188
),
189189

190190
parts AS (
@@ -283,7 +283,7 @@ AND ai.source_name = 'nva@sikt'
283283
)
284284
)
285285
FROM
286-
json_each(r.entity_description__contributors_preview) AS j
286+
json_each(r.entity_description__contributors) AS j
287287
) AS contributors_names,
288288
CASE
289289
WHEN json_extract_string(r.entity_description__publication_date, '$.year') IS NULL THEN NULL

0 commit comments

Comments
 (0)