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
it looks like the columns may have changed for the speculation watchlist - on the auto updater we got this error:
Traceback (most recent call last):
File "/app/load_dataset.py", line 375, in error_handling
yield
File "/app/load_dataset.py", line 406, in main
load_dataset(dataset)
File "/app/load_dataset.py", line 344, in load_dataset
ds.db_import()
File "/usr/local/lib/python3.9/site-packages/nycdb/dataset.py", line 73, in db_import
self.import_schema(schema)
File "/usr/local/lib/python3.9/site-packages/nycdb/dataset.py", line 119, in import_schema
batch = list(itertools.islice(rows, 0, BATCH_SIZE))
File "/usr/local/lib/python3.9/site-packages/nycdb/typecast.py", line 233, in cast_rows
yield self.cast_row(row)
File "/usr/local/lib/python3.9/site-packages/nycdb/typecast.py", line 244, in cast_row
d[column] = self.cast[column.lower()](val)
KeyError: 'censustract2020from2023'
The text was updated successfully, but these errors were encountered:
it looks like the columns may have changed for the speculation watchlist - on the auto updater we got this error:
The text was updated successfully, but these errors were encountered: