ThreeSixtyGiving / datagetter

Scripts to download data from http://registry.threesixtygiving.org
MIT License
1 stars 1 forks source link

flattentool calls fetch the schema for each download #10

Closed michaelwood closed 3 years ago

michaelwood commented 3 years ago

It looks like when we invoke flattentool we do so with the schema referenced from the latest github, we could cache this locally to speed things up.

https://github.com/ThreeSixtyGiving/datagetter/blob/master/getter/get.py#L72

michaelwood commented 3 years ago

https://github.com/ThreeSixtyGiving/datagetter/issues/10