You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List of all 'No period found for code' errors in latest BugsCEP import.
with error_values as (
select*, string_to_array(translate(bugs_data, '{}', ''), ',') as data_array, bugs_data
frombugs_import.bugs_errorswhere TRUE
and message ='No period found for code'
) select data_array[4] as period_code, data_array[5] as dating_method, count(*) as count
from error_values
group by data_array[4], data_array[5]
order by1, 2desc
period_code
dating_method
count
BS At
Pollen
8
BS Bo
Pollen
2
BS PB
GeolPer
1
BS SB
Pollen
3
BS SB
GeolPer
1
BS YD
GeolPer
13
ERom
ArchPer
2
LNeoNWEuro
null
1
LNeoNWEuro
ArchPer
3
LNeoSEEuro
ArchPer
1
MedGreen
HistPer
8
MedGreen
ArchPer
97
MedIce
ArchPer
261
MigScand
ArchPer
6
Neo
null
4
Neo
Dendro
8
Neo
ArchPer
176
RomIAScand
ArchPer
6
The text was updated successfully, but these errors were encountered:
List of all 'No period found for code' errors in latest BugsCEP import.
The text was updated successfully, but these errors were encountered: