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(cl_scrape_opinions): ingest more Juriscraper fields #4045

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

grossir
Copy link
Contributor

@grossir grossir commented May 13, 2024

Partially solves #4042

  • Ingest "lower_courts" into Docket.appeal_from_str
  • Ingest "dispositions" into OpinionCluster.disposition
  • Ingest "authors" into Opinion.author_str
  • Ingest "joined_by" into Opinion.joined_by
  • Ingest "per_curiam" into Opinion.per_curiam
  • Ingest "types" into Opinion.type

Last 4 fields are not supported in Juriscraper as of yet, but the changes proposed keep the default behavior

Copy link

sentry-io bot commented May 13, 2024

🔍 Existing Issues For Review

Your pull request is modifying functions with the following pre-existing issues:

📄 File: cl/scrapers/management/commands/clone_from_cl.py

Function Unhandled Issue
clone_opinion_cluster KeyError: 'docket' cl.scrapers.management.command...
Event Count: 8

Did you find this useful? React with a 👍 or 👎

@grossir grossir force-pushed the ingest_more_scraped_fields branch from ccdc7ae to b5783ea Compare May 13, 2024 17:46
Partially solves freelawproject#4042

Ingest "lower_courts" into Docket.appeal_from_str
Ingest "dispositions" into OpinionCluster.disposition
Ingest "authors" into Opinion.author_str
Ingest "joined_by" into Opinion.joined_by
Ingest "per_curiam" into Opinion.per_curiam
Ingest "types" into Opinion.type

Last 4 fields are not supported in Juriscraper as of yet, but the changes proposed keep the default behavior
@grossir grossir force-pushed the ingest_more_scraped_fields branch from b5783ea to 0b93a8c Compare May 15, 2024 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant