Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Fix for Session ID Uniqueness #12

Merged
merged 1 commit into from
Nov 3, 2023
Merged

Conversation

0adamjones
Copy link
Collaborator

Description & motivation

In the last PR for adding support for multiple Segment sources, I didn't update the surrogate key for session_id to include an argument for the new source_name field. Without this argument, when a uniqueness test is run on this column, it fails. By adding source_name as an argument, this field is now unique for each record.

Checklist

  • I have verified that these changes work locally
  • I have updated the README.md (if applicable)
  • I have added tests & descriptions to my models (and macros if applicable)

@0adamjones 0adamjones added bug Something isn't working enhancement New feature or request labels Nov 3, 2023
Copy link

@jmhollinger jmhollinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@0adamjones 0adamjones merged commit 5120246 into main Nov 3, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants