Skip to content

feat(florida): Targeted backscrapes#7559

Open
MorganBennetDev wants to merge 2 commits into
mainfrom
morgan/7553-florida-targeted-rescrape
Open

feat(florida): Targeted backscrapes#7559
MorganBennetDev wants to merge 2 commits into
mainfrom
morgan/7553-florida-targeted-rescrape

Conversation

@MorganBennetDev

Copy link
Copy Markdown
Contributor

Fixes

Fixes #7553

Summary

Adds --skip-parsed and --scrape-uuids options to the Florida backscrape command to allow targeted rescraping of failed cases.

The --skip-parsed option will modify the existing _backfill loop to first check if a parsed file exists in S3, and if so, skip fetching full and parsing full case data. This is intended to help with broad rescrapes for cases that failed to parse in a given date range.

The --scrape-uuids option takes the path to a CSV file of Florida court IDs and case UUIDs. It then fetches full case data for each of these cases and saves them to S3.

Once the full Florida scrape is complete and we have any necessary fixes in a new Juriscraper version, we will run the command using these options to fill in any gaps caused by parsing or network failures.

Deployment

This PR should:

  • skip-deploy (skips everything below)
    • skip-web-deploy
    • skip-celery-deploy
    • skip-cronjob-deploy
    • skip-daemon-deploy

Comment thread cl/scrapers/management/commands/back_scrape_fl_dockets.py
Comment thread cl/scrapers/management/commands/back_scrape_fl_dockets.py
Comment thread cl/scrapers/management/commands/back_scrape_fl_dockets.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: To Do

Development

Successfully merging this pull request may close these issues.

Update Florida backscrape command for targeted rescrapes

3 participants