Skip to content

Commit

Permalink
Merge pull request #64 from SandhraSokhal/PLFM-8673
Browse files Browse the repository at this point in the history
add version history in nodeSnapshots
  • Loading branch information
SandhraSokhal authored Nov 12, 2024
2 parents f26ba71 + 9e8e140 commit 516e68b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scripts/glue_jobs/node_snapshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def transform(dynamic_record):
("snapshot.effectiveArs", "array", "effective_ars", "array"),
("snapshot.annotations", "string", "annotations", "string"),
("snapshot.derivedAnnotations", "string", "derived_annotations", "string"),
("snapshot.internalAnnotations", "string", "internal_annotations", "string")
("snapshot.internalAnnotations", "string", "internal_annotations", "string"),
("snapshot.versionHistory", "array", "version_history", "array")
]
node_snapshots = NodeSnapshots(mapping_list, PARTITION_KEY)

0 comments on commit 516e68b

Please sign in to comment.