Skip to content

Commit 6251788

Browse files
authored
Merge pull request #269 from nsidc/issue-241-patch
Issue-241-patch
2 parents 6259fca + bdc0286 commit 6251788

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## UNRELEASED
2+
3+
* Update templates to use `short_name` rather than `auth_id`.
4+
15
## v1.11.0rc0 (2025-08-19)
26

37
* Issue-241: Extract Collection Metadata Reader (Pipeline Story #2)

src/nsidc/metgen/templates/cnm_body_template.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "$cnm_schema_version",
33
"submissionTime": "$submission_time",
44
"identifier": "$uuid",
5-
"collection": "$auth_id",
5+
"collection": "$short_name",
66
"provider": "$provider",
77
"product": {
88
"name": "$producer_granule_id",

src/nsidc/metgen/templates/ummg_body_template.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"CollectionReference": {
3-
"ShortName": "$auth_id",
3+
"ShortName": "$short_name",
44
"Version": "$version"
55
},
66
"MetadataSpecification": {

0 commit comments

Comments
 (0)