Skip to content

Commit

Permalink
Merge pull request #68 from marcomarasca/PLFM-8712
Browse files Browse the repository at this point in the history
PLFM-8712: Add project_storage_usage column to node snapshots
  • Loading branch information
john-hill authored Jan 22, 2025
2 parents dcf1243 + 4ed3311 commit 82c2d5d
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 @@ -75,6 +75,7 @@ def transform(dynamic_record):
("snapshot.annotations", "string", "annotations", "string"),
("snapshot.derivedAnnotations", "string", "derived_annotations", "string"),
("snapshot.internalAnnotations", "string", "internal_annotations", "string"),
("snapshot.versionHistory", "array", "version_history", "array")
("snapshot.versionHistory", "array", "version_history", "array"),
("snapshot.projectStorageUsage", "struct", "project_storage_usage", "struct")
]
node_snapshots = NodeSnapshots(mapping_list, PARTITION_KEY)

0 comments on commit 82c2d5d

Please sign in to comment.