Skip to content

Commit

Permalink
Merge pull request #66 from SandhraSokhal/PLFM-8468
Browse files Browse the repository at this point in the history
PLFM-8468
  • Loading branch information
marcomarasca authored Dec 5, 2024
2 parents 0ba5d43 + bfc960e commit dcf1243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/glue_jobs/certified_quiz_question_snapshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def transform(dynamic_record):

dynamic_record["corrections"] = correctionInfo
# This is the partition date
dynamic_record["snapshot_date"] = Utils.ms_to_partition_date(dynamic_record["changeTimestamp"])
dynamic_record[PARTITION_KEY] = Utils.ms_to_partition_date(dynamic_record["snapshotTimestamp"])
return dynamic_record


Expand Down

0 comments on commit dcf1243

Please sign in to comment.