You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend the Flask API to read from a .jsonl file of scraped Officers data and insert it into the Postgres DB.
Is your feature request related to a problem? Please describe.
As part of our data ETL pipeline, we need to transform data that has been scraped and loaded into an S3 bucket and load it into our database. This feature focuses on loading officer data.
Describe the solution you'd like
Read data from the attached officers.jsonl file
Transform the data so that it conforms to our officer data schema
Verify that the officer data is not a duplicate of some data that was previously loaded (and update if changed)
Load the officer data into the database
Additional context
Data from a scraper is a requirement for this task. You can download that fixture here.
The text was updated successfully, but these errors were encountered:
Extend the Flask API to read from a .jsonl file of scraped Officers data and insert it into the Postgres DB.
Is your feature request related to a problem? Please describe.
As part of our data ETL pipeline, we need to transform data that has been scraped and loaded into an S3 bucket and load it into our database. This feature focuses on loading officer data.
Describe the solution you'd like
Additional context
Data from a scraper is a requirement for this task. You can download that fixture here.
The text was updated successfully, but these errors were encountered: