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
I spent a good chunk of the day trying to get this to work. requests-futures is simple to implement, but socrata's API throws a lot of errors while using it. resolving those errors slows things down to the point where there's really no performance gain:
{'content': {'code': 'conflict_operation',
'error': True,
'message': 'Another process is writing to the dataset; please try '
'again later'}}
Let's see if we can use something like this to speed up the script.
The text was updated successfully, but these errors were encountered: