GSA / data.gov

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

Add arg parsing to datagov harvesting logic #4710

Closed rshewitt closed 1 week ago

rshewitt commented 2 months ago

User Story

In order to use harvest.py as a command line utility in cloud foundry ( via cf run-task), datagov wants to add command line argument parsing to datagov harvesting logic

Acceptance Criteria

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

Background

we intend to use harvest.py as our runner code. the runner should accept a job_id. in order to do that we need to add an argument parsing library.

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

harvest.py doesn't implement the arg parsing function. that'll happen in #4715. i reworded this ticket.

btylerburton commented 1 week ago

resolved with #4715