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

Correct profile stitching #504

Merged
merged 5 commits into from
Sep 5, 2018

Conversation

harleensahni
Copy link
Contributor

@harleensahni harleensahni commented Sep 4, 2018

There were two issues with the PR I created for profile stitching (#444 ) that weren't caught till now.
Profile stitching on experience event should be an array of profile stitching entities, not a single profile stitch. The example was right before, but that was corrected to match the incorrect schema.

Also, move to use Identity array in profile stitch. It was incorrectly put in segment membership instead due to some sloppy copy and pasting.

@harleensahni
Copy link
Contributor Author

@kstreeter, Can we get this merged in as a correction?

First error: Accidentally replaced reference to profile stitching in segment membership with Identity array instead of modifying profile stitch
Second error: Didn't have profile stitching as an array. It was only an array in the examples, but that got "corrected" to match the schema.
@harleensahni harleensahni force-pushed the correct-profile-stitching branch from 55f64a1 to 931b0fe Compare September 5, 2018 00:10
remove new line between description key and description
@cmathis
Copy link
Collaborator

cmathis commented Sep 5, 2018

FYI - This creates a breaking change to the schema which affects any EE data that was previously ingested from Analytics or Campaign. Doing this will require everyone to throw away data and start over.

@kstreeter kstreeter merged commit 0122164 into adobe:master Sep 5, 2018
@kstreeter kstreeter added this to the 0.9.6 milestone Sep 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants