MobilityData / mobility-feed-api

Apache License 2.0
8 stars 3 forks source link

Investigate how to recognize that a dataset was unfetchable #506

Open emmambd opened 1 week ago

emmambd commented 1 week ago

Describe the problem

We need to be able to track the status/availability of datasets. We need to be able to track when a dataset was not fetched because it was not a valid ZIP file. This should then enable/unblock #505 for us to be able to label which feeds have never returned a valid dataset.

Proposed solution

Determine solution for how to store and log when datasets were not fetchable.

Alternatives you've considered

No response

Additional context

No response