There was an error while loading. Please reload this page.
1 parent 6587901 commit 636f2faCopy full SHA for 636f2fa
1 file changed
src/datasync/nva/queries/extract_useful_info.sql
@@ -184,7 +184,7 @@ AND ai.source_name = 'nva@sikt'
184
SELECT
185
CAST(json_extract_string(j.value, '$.sequence') AS INTEGER) AS seq,
186
json_extract_string(j.value, '$.identity.name') AS full_name
187
- FROM json_each(r.entity_description__contributors_preview) AS j
+ FROM json_each(r.entity_description__contributors) AS j
188
),
189
190
parts AS (
@@ -283,7 +283,7 @@ AND ai.source_name = 'nva@sikt'
283
)
284
285
FROM
286
- json_each(r.entity_description__contributors_preview) AS j
+ json_each(r.entity_description__contributors) AS j
287
) AS contributors_names,
288
CASE
289
WHEN json_extract_string(r.entity_description__publication_date, '$.year') IS NULL THEN NULL
0 commit comments