We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6259fca + bdc0286 commit 6251788Copy full SHA for 6251788
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## UNRELEASED
2
+
3
+* Update templates to use `short_name` rather than `auth_id`.
4
5
## v1.11.0rc0 (2025-08-19)
6
7
* Issue-241: Extract Collection Metadata Reader (Pipeline Story #2)
src/nsidc/metgen/templates/cnm_body_template.txt
@@ -2,7 +2,7 @@
"version": "$cnm_schema_version",
"submissionTime": "$submission_time",
"identifier": "$uuid",
- "collection": "$auth_id",
+ "collection": "$short_name",
"provider": "$provider",
"product": {
8
"name": "$producer_granule_id",
src/nsidc/metgen/templates/ummg_body_template.txt
@@ -1,6 +1,6 @@
{
"CollectionReference": {
- "ShortName": "$auth_id",
+ "ShortName": "$short_name",
"Version": "$version"
},
"MetadataSpecification": {
0 commit comments