GSA / data.gov

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

Update DB After Validate #4747

Closed btylerburton closed 1 month ago

btylerburton commented 1 month ago

User Story

In order to keep an accurate count of the state of our datasets, datagovteam wants to update the Harvesting database with the results of the Validate operation.

Acceptance Criteria

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

Background

[Any helpful contextual notes or links to artifacts/evidence, if needed]

Security Considerations (required)

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

Sketch

rshewitt commented 1 month ago

we have a FK reference on a nullable field in harvest errors. the FK reference field ( harvest_record.id) is a primary key which can't be null.

btylerburton commented 1 month ago

Blocked pending conversation about db config