Skip to content

Commit

Permalink
Merge pull request #67 from marcomarasca/PLFM-8487
Browse files Browse the repository at this point in the history
PLFM-8487: Add industry to user profile
  • Loading branch information
SandhraSokhal authored Dec 5, 2024
2 parents 3c9b510 + 4ab0657 commit 0ba5d43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/glue_jobs/user_profile_snapshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def get_email(emails):
("snapshot.location", "string", "location", "string"),
("snapshot.company", "string", "company", "string"),
("snapshot.position", "string", "position", "string"),
("snapshot.industry", "string", "industry", "string"),
("snapshot.createdOn", "bigint", "created_on", "timestamp"),
("snapshot.twoFactorAuthEnabled", "boolean", "is_two_factor_auth_enabled", "boolean"),
("snapshot.tosAgreements", "array", "tos_agreements", "array")
Expand Down

0 comments on commit 0ba5d43

Please sign in to comment.