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
{{ message }}
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.
I was just testing with harvest-openmrs and noticed that the R export fails with:
AttributeError at /api/data/export/r/
'NoneType' object has no attribute 'coded_labels'
At line 50 of query/pipeline.py, the primary key with a raw formatter is prepended to the exporter. At line 75 of _r.py, f['field'] is accessed, which is None, not a DataField instance ....
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was just testing with harvest-openmrs and noticed that the R export fails with:
At line 50 of query/pipeline.py, the primary key with a raw formatter is prepended to the exporter. At line 75 of _r.py,
f['field']
is accessed, which isNone
, not aDataField
instance ....The text was updated successfully, but these errors were encountered: