Skip to content

Commit

Permalink
fix: invert join side to user user_profiles as base table
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Oct 31, 2024
1 parent cee1b65 commit a11e981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/users/user_pii.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schema=env_var("ASPECTS_EVENT_SINK_DATABASE", "event_sink"),
fields=[
("user_id", "Int32"),
("external_user_id", "UUID"),
("external_user_id", "String"),
("username", "String"),
("name", "String"),
("email", "String"),
Expand Down

0 comments on commit a11e981

Please sign in to comment.