Skip to content

Commit fbc7bf5

Browse files
authored
Add error and warning messages for data migration
1 parent 41c4b34 commit fbc7bf5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

data/migrate/Errors-Backfilling.csv

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ Error Code,Error Type,Message Template,Notes
7373
249,Warning,#TIMESTAMP table after #{table} is missing\, deriving based on requirements,Reserved for Umkehr data tables
7474
250,Warning,Excess field {field} does not belong in table {table}
7575
251,Warning,Duplicate observations found in #{table} for Date={date},Reserved for Umkehr data tables
76+
252,Error,Trailing commas found in #{table} header
77+
253,Warning,Number of columns in {table} content row does not match with the number of column headers
7678
301,Warning,Failed to parse #{table}.Time {component}: contains invalid characters
7779
302,Warning,Failed to parse #{table}.Date {component}: contains invalid characters
7880
303,Warning,#{table}.Date {component} is not within allowable range [{lower}]-[{upper}],Reserved for year and month components
@@ -123,4 +125,4 @@ Error Code,Error Type,Message Template,Notes
123125
408,Warning,New station name added
124126
409,Warning,New contribution added
125127
410,Error,Data file failed to validate
126-
1000,Error,Unassigned error message
128+
1000,Error,Unassigned error message

0 commit comments

Comments
 (0)