GSA / data.gov

Main repository for the data.gov service
https://data.gov
Other
546 stars 87 forks source link

Create harvest source preprocess function in harvest.py #4718

Closed rshewitt closed 1 month ago

rshewitt commented 2 months ago

User Story

In order to process a harvest source, the harvest runner needs a function to fetch harvest source information from the harvest database via a job id

Acceptance Criteria

[ACs should be clearly demoable/verifiable whenever possible. Try specifying them using BDD.]

Background

Security Considerations (required)

[Any security concerns that might be implicated in the change. "None" is OK, just be explicit here!]

Sketch

rshewitt commented 2 months ago

updated part of the sketch. this ticket involves refactoring the HarvestSource class and all tests referencing it so some additional time will be needed.