diff --git a/src/scripts/glue_jobs/node_snapshots.py b/src/scripts/glue_jobs/node_snapshots.py index 97b00f3..06c2fde 100644 --- a/src/scripts/glue_jobs/node_snapshots.py +++ b/src/scripts/glue_jobs/node_snapshots.py @@ -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)