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

Stream Enrich: fix parent event context in PII events #3886

Closed
knservis opened this issue Aug 30, 2018 · 3 comments
Closed

Stream Enrich: fix parent event context in PII events #3886

knservis opened this issue Aug 30, 2018 · 3 comments

Comments

@knservis
Copy link
Contributor

knservis commented Aug 30, 2018

Project: Stream Enrich

Version: R109

Expected behavior: PII event contexts contains valid iglu schema

Actual behavior: PII event does not contain valid iglu schema

Steps to reproduce:
Run Stream enrich and observe the PII events (look in the contexts[0].schema)

The bug is here:

("schema" -> "com.snowplowanalytics.snowplow/parent_event/jsonschema/1-0-0") ~ ("data" -> ("parentEventId" -> eventId)))))

As an aside, I am moving all snake case constants to object Source and naming as per: https://docs.scala-lang.org/style/naming-conventions.html)

@knservis knservis added the bug label Aug 30, 2018
@alexanderdean
Copy link
Member

Ouch. How did this slip through?

@chuwy
Copy link
Contributor

chuwy commented Aug 30, 2018

By not containing valid schema, do you mean that it misses iglu: prefix?

@knservis
Copy link
Contributor Author

knservis commented Aug 30, 2018

Yes @chuwy

@alexanderdean I know..

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

No branches or pull requests

3 participants