Skip to content

Commit 7588181

Browse files
authored
Merge 89a7120 into 51f371d
2 parents 51f371d + 89a7120 commit 7588181

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cumulus_lambda_functions/granules_to_es/granules_index_mapping.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ class GranulesIndexMapping:
99
"daac_data_version": {
1010
"type": "keyword"
1111
},
12+
"daac_role_arn": {
13+
"type": "keyword"
14+
},
15+
"daac_role_session_name": {
16+
"type": "keyword"
17+
},
1218
"archiving_types": {
1319
"type": "object",
1420
"properties": {

0 commit comments

Comments
 (0)