Add exception-on-error mode to python client #1507
Labels
data quality
python client
changes the Python client
user experience
things that affect users of our software or services
Add a "mode" to the
delphi-epidata
python client that enables behavior in the._request()
method that will raise an exception when the row limit is encountered (result code 2). This can make it easier for users to know when they are missing data that they otherwise expected to receive.possibly of note: the
Epidata.check()
method does something similar (raise an exception on anything butresult==1
) though it is seemingly unused except for in a few of our ancient/abandoned repos.The text was updated successfully, but these errors were encountered: