-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: notebook to reconcile collection metadata #99
Conversation
"2014-12-31T12:00:00Z" | ||
] | ||
} | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to retain this collection's summaries
value? 🤔
📣 The notebook was run against dev since the null stac properties fix was merged and you can view the cell output to see the collections were updated and do not have |
this is the first time in such a long time that we haven't had a metadata error on the browser landing page AND render metadata are in! |
Amazing! Well done! Also this proves that our dev ingestor is working for collection ingests at least |
Description
This PR includes a notebook called
collection-metadata-reconciliation.ipynb
which updates the summaries information for collections iningestion-data/collections/
and retains the external links of those collections.Note: this notebook does not reintegrate the retrieved summaries to the collection JSON file in this repo.
Changes Made
ingestion-data/collections
as a base JSON object and including the merged summaries information and retained external links and posting that newly built JSON object to the ingest endpoint.testing_mode
to point todev
ifTrue
andstaging
otherwiseRelated Issues
#98
Testing Done
Additional Comments
I have not set and run the notebook's last cell which will write the updated collections to staging.