Crunch-io / scrunch

Pythonic scripting library for cleaning data in Crunch
GNU Lesser General Public License v3.0
5 stars 7 forks source link

BaseDataset.replace_values should not include parameters when executing a POST #385

Closed AlasdairE closed 4 years ago

AlasdairE commented 4 years ago

When a filter is passed in BaseDataset.replace_values() ...

This pull request will clear the remove the parameters from the table resource url, if filter is passed, before executing a POST, thus avoiding the 404 errors