OpenAddressesUK / ernest

Open Addresses' "Ingester" software component
http://openaddressesuk.org/docs/
MIT License
1 stars 0 forks source link

Provenance not being stored during ingest #15

Open Floppy opened 9 years ago

Floppy commented 9 years ago

At https://github.com/OpenAddressesUK/ernest/blob/master/lib/jobs/create_address.rb#L29, we create a Source model for the provenance, but a Source requires it's OWN provenance, so needs to have an Activity added here with the date at which is was downloaded, or something. We have worked around this for now, but it needs to be fixed in beta when we are storing richer provenance chains.