rji-futures-lab / django-fcc-opif

For extracting and analyzing data from the FCC Public Inspection files
0 stars 0 forks source link

Add missing_stored_file filter to FileAdmin #20

Closed gordonje closed 4 years ago

gordonje commented 4 years ago

Not every file we're tracking in our database has a copy stored in our S3 bucket. This might happen if something goes wrong in process of acquiring the files. For instance, some of the file URLs will re-direct to another URL which gives a 404 response.

In order to better investigate these issues, we need a way to filter our FileAdmin to records without a stored file.