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
Got this error when doing a dump with --datastore-fields option for a single resource. Haven't figured it out yet, but the dataset that triggered this doesn't have a resource.
res['datastore_fields'] = ds['fields']
UnboundLocalError: local variable 'ds' referenced before assignment
Reporting for now until I dig in more.
Got this error when doing a dump with
--datastore-fields
option for a single resource. Haven't figured it out yet, but the dataset that triggered this doesn't have a resource.ckanapi/ckanapi/datapackage.py
Line 133 in 1a8c3f1
The text was updated successfully, but these errors were encountered: