Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(scrape_pacer_free_opinions): apply task recap_document_into_opinions #4638

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 31, 2024

  1. feat(scrape_pacer_free_opinions): apply task recap_document_into_opin…

    …ions
    
    Features:
    - add corpus_importer.tasks.recap_document_into_opinions into the scrape_pacer_free_opinions chain: this will make the recap documents be ingested in real time into the case law database
    - tweaked the task so it can be used by both the scraper_pacer_free_opinions and recap_into_opinions command
    
    Refactors:
    - renamed task `ingest_recap_document` to `recap_document_into_opinions`
    - renamed task `extract_recap_document` to `extract_recap_document_for_opinions`
    - deleted duplicated function `extract_recap_document` in recap_into_opinions command file; delete unused imports and code
    grossir committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    7ca17a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6891ce0 View commit details
    Browse the repository at this point in the history