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
...
line 325, in row_stream
cell = row[field_name]
File "/home/pierre/Documents/multi/opendatafrance/validata/validata-table/.venv/lib/python3.10/site-packages/frictionless/table/row.py", line 73, in __missing__
return self.__process(key)
File "/home/pierre/Documents/multi/opendatafrance/validata/validata-table/.venv/lib/python3.10/site-packages/frictionless/table/row.py", line 281, in __process
raise KeyError(f"Row does not have a field {key}")
KeyError: 'Row does not have a field <name of field>'
No exception occurs if any of these conditions is removed.