Skip to content

Commit

Permalink
PLFM-8700: Add tos agreements list to user profile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomarasca committed Nov 15, 2024
1 parent 516e68b commit 41cd674
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scripts/glue_jobs/user_profile_snapshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def get_email(emails):
("snapshot.company", "string", "company", "string"),
("snapshot.position", "string", "position", "string"),
("snapshot.createdOn", "bigint", "created_on", "timestamp"),
("snapshot.twoFactorAuthEnabled", "boolean", "is_two_factor_auth_enabled", "boolean")
("snapshot.twoFactorAuthEnabled", "boolean", "is_two_factor_auth_enabled", "boolean"),
("snapshot.tosAgreements", "array", "tos_agreements", "array")
]
user_profile_snapshots = UserProfileSnapshots(mapping_list, PARTITION_KEY)

0 comments on commit 41cd674

Please sign in to comment.