Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #103 +/- ##
==========================================
+ Coverage 99.67% 99.71% +0.03%
==========================================
Files 154 156 +2
Lines 3108 3163 +55
Branches 741 745 +4
==========================================
+ Hits 3098 3154 +56
Misses 9 9
+ Partials 1 0 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
htranho
commented
Apr 21, 2026
|
htranho
commented
Apr 21, 2026
Contributor
Author
|
cgokey
reviewed
Apr 22, 2026
cgokey
reviewed
Apr 22, 2026
cgokey
reviewed
Apr 22, 2026
cgokey
reviewed
Apr 22, 2026
cgokey
reviewed
Apr 22, 2026
cgokey
reviewed
Apr 22, 2026
cgokey
reviewed
Apr 23, 2026
cgokey
approved these changes
Apr 23, 2026
Contributor
cgokey
left a comment
There was a problem hiding this comment.
I had one more minor comment but then I think it looks good.
…ck container if it's missing
eudoroolivares2016
approved these changes
Apr 23, 2026
| */ | ||
| const clearContext = async (version) => { | ||
| console.log(`Clearing context: ${version}`) | ||
| const graphUri = `https://gcmd.earthdata.nasa.gov/kms/version/${version}` |
There was a problem hiding this comment.
Suggested change
| const graphUri = `https://gcmd.earthdata.nasa.gov/kms/version/${version}` | |
| const graphUri = `https://cmr.earthdata.nasa.gov/kms/version/${version}` |
There was a problem hiding this comment.
Isn't this the old endpoint on KMS 1.0
Contributor
Author
There was a problem hiding this comment.
All uri, resource in rdf are using gcmd.earthdata... We will need to change it in future work if we want?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
What is the feature?
Export Historical KMS Keyword Versions
What is the Solution?
Create scripts to:
When publishing a new keyword version, rdf file and csv files of the new version are uploaded to S3.
What areas of the application does this impact?
Past versions processing.
Publishing new version.
Testing
Use MMT to publish a new version, then check AWS S3 to verify rdf and csv files uploaded in the new version directory in S3.
Attachments
N/A
Checklist